cve-search / cve-search

cve-search - a tool to perform local searches for known vulnerabilities

Home Page:https://www.cve-search.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update MongoDB in documentation

oh2fih opened this issue · comments

The documentation for Standard Installation says:

MongoDB wth Ubuntu 22.04, need to have libssl1.1 installed.

echo “deb http://security.ubuntu.com/ubuntu impish-security main” | sudo tee /etc/apt/sources.list.d/impish-security.list sudo apt-get update sudo apt-get install libssl1.1

That's because MongoDB 4.4 from 2020 is advised to be used. I'm currently running all the tests within #1066 using:

If a more recent MongoDB 7.x was used, there wouldn't be the dependency for libssl1.1 & the impish-security repository.

Things led to others and during rebuilding the entire html documentation from .rst I ended up improving the documentation building process, too. There might still be some minor inconsistencies or out-of-date instructions, but overall it should now better match the current state of the project.