library
turbot/nvd
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
keyword_exactmatch | string | Yes | The exact matching keyword or phrase to search for in the CVE description. | - |
Outputs
Name | Description |
---|---|
vulnerabilities | List of vulnerabilities that exactly matches with the search keyword. |