-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Migrate from NVD Data Feeds to API 2.0 #5658
Comments
I am considering the following tasks:
Therefore, if the range exceeds 120 days, it will be necessary to split the dates. This will always be the case initially, and also if there's a need to retrieve all dates due to some bug, so implementing date splitting is necessary.
|
Regarding (5), it's worth noting that the experience in the Dependecy-Check project (see e.g. jeremylong/DependencyCheck#6107, jeremylong/DependencyCheck#6144) is that:
There might be some merit in allowing timeouts (for example) to the NVD API to be configurable, as well. |
Hello @oliverlockwood You are right. |
So that you know, they have decided to keep the JSON feeds for now. |
We've moved to NVD API 2.0. |
Description
https://nvd.nist.gov/vuln/data-feeds
Here are the details of the API.
https://nvd.nist.gov/developers/vulnerabilities
Discussed in #5652
The text was updated successfully, but these errors were encountered: