Closed jdorel closed 6 months ago
This is probably because go-cve-dictionary used to use JSON Feed(https://nvd.nist.gov/vuln/data-feeds#JSON_FEED), starting in 2002, but since vulsio/vuls-data-raw-nvd-api-cve(https://github.com/vulsio/vuls-data-raw-nvd-api-cve), they forgot to change it, even though the CVE year is from 1999.
What did you implement:
The first CVE was created in 1999, the previous feed fetch only contained CVE from 2002 onward. But with the API we get the CVE from 1999, 2000 and 2001
Type of change
How Has This Been Tested?
before
after
Checklist:
You don't have to satisfy all of the following.
make fmt
make test
Is this ready for review?: YES
Reference