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

NIST deprecates JSON feeds #7

Open
jstucke opened this issue Nov 10, 2022 · 2 comments
Open

NIST deprecates JSON feeds #7

jstucke opened this issue Nov 10, 2022 · 2 comments

Comments

@jstucke
Copy link

jstucke commented Nov 10, 2022

The NIST announced that they will deprecate the NVD data feeds (incl. JSON) and fully switch to an API model:
https://nvd.nist.gov/vuln/data-feeds
https://nvd.nist.gov/general/news/api-20-announcements.
Is it planned to change the update process so that it works with the API?

Sadly, https://github.com/CVEProject/cvelist/ is not really a replacement, since it lacks information like CVSS scores and CPE information.

@olbat
Copy link
Owner

olbat commented Nov 19, 2022

Oh too bad. It doesn't seems that they are going to keep a batch endpoint to fetch every CVEs for a full year at once.

There is also that:

March 2023 | The NVD plans to retire the RSS data feeds. The NVD plans to enable reCAPTCHA across all webpages and to retire webpages intended to support web scraping (e.g., Full Listings) before its APIs existed.

The way to move forward would probably be to use the new API. But it's throttled and make it hard to retrieve the updates for the whole database periodically...

I'll update this repository to use this new API, at least to update the last CVEs. But I'll do it when it's absolutely required.

@eslerm
Copy link

eslerm commented Oct 17, 2023

@olbat I have a NVD 2.0 API client for you :)

https://github.com/eslerm/nvd-api-client

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

No branches or pull requests

3 participants