snyk / parlay

Enrich SBOMs with data from third party services
Apache License 2.0
123 stars 19 forks source link

Add Snyk Vulnerability DB external reference links in the Snyk enricher #17

Closed garethr closed 8 months ago

garethr commented 1 year ago

For supported ecosystems it would be nice to add the external reference to the Snyk Vulnerability database. Likely like so:

{ "url": "https://security.snyk.io/package/pip/django", "comment": "Snyk Vulnerability DB", "type": "other" }

Note this would not require API credentials.