olbat / nvdcve

NVD/CVE as JSON files
https://olbat.github.io/nvdcve/CVE-YYYY-NNNN.json
Other
103 stars 31 forks source link

NVD now use JSON 1.1 Vulnerability Feed #1

Closed Capashenn closed 4 years ago

Capashenn commented 4 years ago

Could you update your script update and fetch to use the last JSON 1.1. https://nvd.nist.gov/General/News/JSON-1-1-Vulnerability-Feed-Release

the new URL is : https://nvd.nist.gov/feeds/json/cve/1.1 and files are :
meta_file_url="${CVE_BASE_URL}/nvdcve-1.1-${1}.meta" json_file_url="${CVE_BASE_URL}/nvdcve-1.1-${1}.json.gz"

Thanks.

olbat commented 4 years ago

Of course. Thank you for notifying me about the new version 👍