library
turbot/nvd
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
cve_id | string | Yes | The CVE ID to retrieve. | - |
Outputs
Name | Description |
---|---|
vulnerability | Get vulnerability details. |
Tags
recommended = true