library
turbot/nvd
Get Involved
Version
Pipeline: List CVEs
List of Common Vulnerabilities and Exposures(CVE) in the last 7 days.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run nvd.pipeline.list_cves
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = nvd.pipeline.list_cves }
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
start_date | string | Yes | Date range from the current timestamp. | 2024-10-16T15:44:33Z |
end_date | string | Yes | The current timestamp. | 2024-10-23T15:44:33Z |
Outputs
Name | Description |
---|---|
vulnerabilities | List of vulnerabilities. |
Tags
recommended = true