cve-search / vulnerability-lookup

Vulnerability Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
https://cve-search.github.io/vulnerability-lookup/
GNU Affero General Public License v3.0
108 stars 13 forks source link

Initialize the submodules - Installation #6

Closed HoxhaEndri closed 1 year ago

HoxhaEndri commented 1 year ago

In the installation process, I could not initialize the submodules with git submodule update --init, because it was not cloning anything. I solved the problem by recursively cloning the repo with git clone --recursive https://github.com/cve-search/vulnerability-lookup.git.

Rafiot commented 1 year ago

Good catch, thank you.