Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrive a list of published CVEs #47

Open
jgamblin opened this issue Apr 22, 2024 · 5 comments
Open

Retrive a list of published CVEs #47

jgamblin opened this issue Apr 22, 2024 · 5 comments
Assignees
Labels

Comments

@jgamblin
Copy link

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?

@hkong-mitre hkong-mitre self-assigned this Apr 23, 2024
@hkong-mitre hkong-mitre added the enhancement New feature or request label Apr 23, 2024
@hkong-mitre
Copy link
Collaborator

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.

@jgamblin
Copy link
Author

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.

The sorted order doesn't matter for this project.

@hkong-mitre
Copy link
Collaborator

I've refactored this functionality out of the other feature branch, and it is currently in testing/review. When that is complete, I will make a PR on https://github.com/CVEProject/cvelist-bulk-download.

@Nabilabouelenin5
Copy link

@hkong-mitre

@M-nj
Copy link
Collaborator

M-nj commented Aug 15, 2024

@Nabilabouelenin5
Does the cves/delta.json and cves/deltaLog.json contain the information you were looking for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants