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

Support for searching os packages without vendor #62

Closed prabhu closed 1 year ago

prabhu commented 1 year ago

At some point, cdxgen has stopped generating precise sbom for container images with distro and distro_name qualifiers. This had broken the functionality for container image search for many distros including ubuntu. This PR relaxes by supporting vendor less searches. At the same time, cdxgen is getting fixed to add distro and distro_name qualifiers by parsing os-release info.