Skip to content

Calana2/NVD-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVD-API

National Vulnerability Database API Client, under development

This product uses data from the NVD API but is not endorsed or certified by the NVD.

API KEY

  • The public rate limit (without an API key) is 5 requests in a rolling 30-second window; the rate limit with an API key is 50 requests in a rolling 30-second window. More information here: https://nvd.nist.gov/developers/request-an-api-key
  • If you are going to use an API key, create a .env file and add the following line:
 API_KEY="yourAPIKEY"

Install

go build -o nvd-search main.go

Usage

nvd-search --cve-id=CVE_ID

About

National Vulnerability Database API Client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages