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