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
92 stars 22 forks source link

[v7] Remove the use of CVE 4.0 template #106

Open prabhu opened 6 months ago

prabhu commented 6 months ago

The individual data sources are getting converted to CVE 4.0 format first and then upgraded to CVE 5.0. Instead, we could rewrite the sources to use the CVE schema models directly and remove the need for conversions.