library
turbot/nvd
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: 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_id
string
YesThe CVE ID to retrieve.-

Outputs

NameDescription
vulnerabilityGet vulnerability details.

Tags

recommended = true