library
turbot/nvd
OverviewPipelines
0
Triggers
0
Variables
GitHub

Search CVE by Keyword

Search a CVE with a keyword or phrase found in the current description.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run nvd.pipeline.search_cve_by_keyword \
--arg 'keyword=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = nvd.pipeline.search_cve_by_keyword
args = {
keyword = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
keywordstringYesThe keyword or phrase to search for in the CVE description.-

Outputs

NameDescription
vulnerabilitiesList of vulnerabilities that matches with the search keyword.