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

[v6] Add orasclient example to download precompiled vdb #115

Closed prabhu closed 7 months ago

prabhu commented 7 months ago

We can use the client code from depscan

https://github.com/owasp-dep-scan/dep-scan/blob/master/depscan/lib/orasclient.py

To prevent an unnecessary dependency on oras-py, we can keep this script under contrib or offer it as an optional package.

prabhu commented 7 months ago

--download-image option added.