The Open Vulnerability Project is a collection of Java libraries and a CLI to work with various vulnerability data-sources (NVD, GitHub Security Advisories, CISA Known Exploited Vulnerablity Catalog, FIRST Exploit Prediction Scoring System (EPSS), etc.).
One of the primary uses of the vulnz CLI is to be able to create a local cache of the NVD CVE Data from their API. See the vulnz/README.md for instructions on how to create and maintain the local cache.
The project started off called vuln-tools and the various APIs were seperated into standalone JAR files. The project has been renamed to the Open Vulnerability Project.
io.github.jeremylong.ghsa.*
-> io.github.jeremylong.openvulnerability.client.ghsa.*
io.github.jeremylong.nvdlib.*
-> 'io.github.jeremylong.openvulnerability.client.nvd.*'io.github.jeremylong.nvdlib.nvd
-> 'io.github.jeremylong.openvulnerability.client.nvd.*'NvdCveApi
class has been renamed to NvdCveClient
.