get_latest_critical_cves
Retrieve recently published critical CVEs from the synchronized vulnerability database by days, CVSS score, and record limit to prioritize urgent patching.
Instructions
Fetch newly published critical vulnerabilities from the synchronized database.
Args: days: Past calendar days to search (1-90, default: 7). min_cvss: Minimum base CVSS score threshold (7.0-10.0, default: 9.0). limit: Number of records to retrieve (1-50, default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| min_cvss | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |