Skip to content

Generate provreq configuration files from NVD vulnerability data

License

Notifications You must be signed in to change notification settings

mnemonic-no/provreq-vulnchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulnchain config generator

Tool to generate Provreq configuration files for use with CVE entries.

This tool create provreq configuration files from the NVD database data dumps.

Install

Download all the CVE data files from NVD

Extract these files to a data directory (e.g. ~/data/nvd)

$ cd ~
$ mkdir src; cd src
$ git clone https://github.com/mnemonic-no/provreq-vulnchain
$ cd provreq-vulnchain
$ sudo python3 -m pip install .
$ provreq-build-cve-agent-promises --datadir ~/cvedata/

This creates the agent_promises.json and promise_descriptions.csv needed for use with provreq.

The Agent names are the CVE-nnnn-nnnnn IDs

About

Generate provreq configuration files from NVD vulnerability data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages