You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a continually updated list of all published CVE IDs. Is this published anywhere as a list versus needing to pull all the CVE JSON records and parse them for the ID?
The text was updated successfully, but these errors were encountered:
Interesting. I just so happen to be writing a utility for doing this for another requirement, but it does need a git pull first from this repository since it walks the cves directory. I'm curious if you need anything else besides the CVE ID, and what order the list should be sorted. By default in the utility, the JSON array is sorted lexically, i.e., CVE-1970-11000 comes before CVE-1970-2000 (not real CVEs obviously) but provides an option to sort by cveMetadata.dateUpdated.
I just need the CVE ID for my project. I know there is a request for a CSV file of CVEs that I could use if that is in the pipeline and easier to produce.
I need a continually updated list of all published CVE IDs. Is this published anywhere as a list versus needing to pull all the CVE JSON records and parse them for the ID?
The text was updated successfully, but these errors were encountered: