stevespringett / nist-data-mirror

A simple Java command-line utility to mirror the CVE JSON data from NIST.
Apache License 2.0
206 stars 93 forks source link

Added support for downloading nvdcve-1.1-recent. #95

Closed Finaris closed 2 years ago

Finaris commented 2 years ago

The NVD added another file to their data feed called nvd-1.1-recent, which is a feed of recent CVEs (seemingly within the last week). The existing version of NIST Data Mirror does not support any downloads related to nvd-1.1-recent, so this PR aims to remedy this. I've verified locally that running the built .jar will now also download the related .zip, .gz, and .meta files pertinent to nvd-1.1-recent.