library
turbot/nvd
OverviewPipelines
0
Triggers
0
Variables
GitHub

Get CVE

Get details of a Common Vulnerabilities and Exposures (CVE) by the CVE ID.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run nvd.pipeline.get_cve \
--arg 'cve_id=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = nvd.pipeline.get_cve
args = {
cve_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
cve_idstringYesThe CVE ID to retrieve.-

Outputs

NameDescription
vulnerabilityGet vulnerability details.

Tags

type = featured