vulnerability__get_system_cves
Retrieve CVEs affecting a system by its UUID. Filter by CVE name, sort, and paginate results.
Instructions
Get list of CVEs affecting a given system.
IMPORTANT: Prefer get_cves as get_cves can filter for CVEs with available advisories.
This is a report of CVEs affecting a given system. Use this tool to obtain list of all CVEs affecting a given system. For more info refer to OpenAPI spec
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_uuid | Yes | Systems Inventory UUID. Example : 123e4567-e89b-12d3-a456-426614174000 (Required) | |
| filter_ | No | Full text filter for the CVE name. | |
| limit | No | Pagination - Maximum number of records per page. | |
| offset | No | Pagination - Offset of first record of paginated response. | |
| sort | No | Attribute sorting. Use `-` prefix to sort in descending order. | -public_date |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |