Skip to content

whitfieldsdad/nvd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python 3 client for the NIST National Vulnerability Database (NVD)

A simple and minimalist1 API client for the NIST National Vulnerability Database (NVD).

⚠️ This project is under active development ⚠️

1. This project is "minimalist" in the sense that it only focuses on making the JSON-formatted data from the NIST NVD available in JSON Lines format (i.e. JSONL, NDJSON, etc.).2

2. This allows us to concentrate on solving a limited set of problems well, rather than lots of problems to varying completeness3

3. Creating a potentially unending list of problems to solve.

Features

Datasets

Name URL
CVEs https://services.nvd.nist.gov/rest/json/cves/2.0
CVE change history https://services.nvd.nist.gov/rest/json/cvehistory/2.0
CPEs https://services.nvd.nist.gov/rest/json/cpes/2.0
CPE match criteria https://services.nvd.nist.gov/rest/json/cpematch/2.0
Sources https://services.nvd.nist.gov/rest/json/source/2.0

About

A simple Python 3 client for NIST NVD

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors