apache / security-vulnogram

Vulnogram is a tool for creating and editing CVE information in CVE JSON format
https://vulnogram.github.io/
MIT License
5 stars 4 forks source link

Expose public CVE4 cves #108

Closed raboof closed 1 year ago

raboof commented 1 year ago

As well as the cve5 ones

raboof commented 1 year ago

The v4 and v5 schemas are different so is mixing them into a single json confusing?

Somewhat - the request that returns the list only produces a few fields that are mostly shared between the formats, so that might be OK.

When fetching the full individual CVEs, indeed the client will have to decide by the body how to parse it, and the dataVersion allows that.