hogehuga / epss-db

Download all epss data, and import database. We can explore the data by SQL querys!
Apache License 2.0
9 stars 0 forks source link

We need NVD data(CVSS BaseScore, vector) #10

Open hogehuga opened 6 months ago

hogehuga commented 6 months ago

I also want to save CVSS information

example:

epssdb.cvedb

refer to CVEProject/cvelistV5 .

hogehuga commented 6 months ago

ex)

$ git clone https://github.com/CVEProject/cvelistV5
$ cd cvelistV5/cves/2024/20xxx/
$ cat CVE-2024-20987.json | jq '.containers[].metrics[].cvssV3_1 | jq ''.baseScore'
5.4
hogehuga commented 5 months ago

Use NVD API Key

like this (https://nvd.nist.gov/developers/vulnerabilities)