library
turbot/nvd
OverviewPipelines
0
Triggers
0
Variables
GitHub

Search CVE by Exact Match

Search a CVE with a keyword or phrase which matches exactly in the current description.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run nvd.pipeline.search_cve_by_exactmatch \
--arg 'keyword_exactmatch=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = nvd.pipeline.search_cve_by_exactmatch
args = {
keyword_exactmatch = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
keyword_exactmatchstringYesThe exact matching keyword or phrase to search for in the CVE description.-

Outputs

NameDescription
vulnerabilitiesList of vulnerabilities that exactly matches with the search keyword.