# README

idefense2nvd

idefense2nvd downloads the vulnerability data from Idefense and converts it into NVD format. The resulting file can be used as a feed in cpe2cve processor

Example: download all vulnerabilities since 2h ago

export IDEFENSE_TOKEN=token
./idefense2nvd -download -since 2h > vulns.json 

# Functions

No description provided by the author
No description provided by the author