blackstork-io / fabric

An open-source command-line tool for reporting workflow automation and a configuration language for reusable templates. Reporting-as-Code
https://blackstork.io/fabric/
Apache License 2.0
12 stars 0 forks source link

`data.nist_nvd_cves` data source in `nist_nvd` plugin #109

Closed traut closed 2 months ago

traut commented 3 months ago

Description

The NVD is the U.S. government repository of standards based vulnerability management data. NVD API provides access to the collection of CVEs.

Use Case

NVD API can be used to pull the details of the specific CVEs or get the filtered collection of the recent CVEs for summarisation.

Requirements

The plugin should return a list of CVEs - response["vulnerabilities"] array

Additional Information