cve-search / vulnerability-lookup

Vulnerability Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
https://cve-search.github.io/vulnerability-lookup/
GNU Affero General Public License v3.0
71 stars 9 forks source link

Add importer for CSAF #17

Open Rafiot opened 6 months ago

Rafiot commented 6 months ago

The instrumentation is there -> https://oasis-open.github.io/csaf-documentation/tools.html which comes with a downloader: https://github.com/csaf-poc/csaf_distribution/blob/main/docs/csaf_downloader.md

One sample source is there: https://wid.cert-bund.de/.well-known/csaf/provider-metadata.json

So the goal will be to fetch from a provider, store them locally and add an importer in vuln lookup.

Rafiot commented 4 months ago

Notes for CSAF importer:

Rafiot commented 4 months ago

https://cert-portal.siemens.com/productcert/csaf/provider-metadata.json

adulau commented 4 months ago

Some additional CSAF sources

adulau commented 4 months ago