Closed mrl5 closed 2 years ago
this will be probably needed for large scans like the one that is the subject of #29
it's documented here: https://github.com/mrl5/vulner/blob/master/docs/COOKBOOK.md#using-api-keys also visible in CLI here:
$ vulner scan --help | grep NVD_API_KEY
<nvd-api-key> [env: NVD_API_KEY=]
section in config:
$ cat ~/.config/vulner/vulner.toml
[api_keys]
nvd_api_key = ''
from: https://nvd.nist.gov/developers
in order to make sure that
vulner scan
doesn't hit rate limiting it could support usage of NVD API keysit can be provided from either env variable (like in wrangler CLI) and/or file (like in aws-cli)
with NVD APIs it's
apiKey
query string parameterreferences https://nvd.nist.gov/general/news/API-Key-Announcement https://nvd.nist.gov/developers https://nvd.nist.gov/developers/request-an-api-key