AppThreat / vulnerability-db

Vulnerability database and package search for sources such as Linux, OSV, NVD, GitHub and npm. Powered by sqlite, CVE 5.0, purl, and vers.
MIT License
93 stars 22 forks source link

Announce: Proper database support #39

Closed prabhu closed 6 months ago

prabhu commented 1 year ago

After adding support for OS vulnerabilities, it is clear that this project's simple file-based search and indexing approach is no longer enough to support large containers, OS and cloud scans. Instead of going the traditional RDBMS route, I am working on a replacement project to use graph db.

Will update this thread with progress.