CloudSecurityAlliance / gsd-tools

Global Security Database Tools
https://gsd.id
Apache License 2.0
41 stars 20 forks source link

Update NVD automation to use the V2 api #224

Closed westonsteimel closed 10 months ago

westonsteimel commented 1 year ago

Update https://github.com/cloudsecurityalliance/gsd-tools/blob/main/securitylist/src/securitylist/NVD.py to use the V2 NVD api as the V1 API will be retired in December: https://nvd.nist.gov/General/News/change-timeline

oswalpalash commented 11 months ago

Took a stab at this in the #230 PR. There's an overhaul in the way the API works now. Probably want @joshbressers to take a look at https://nvd.nist.gov/general/news/api-20-announcements the API change announcement to see if we should be doing more. I didn't have too much time to dabble with that.