vulnerability__get_cves
Retrieve a list of CVEs affecting your account, including metadata and affected system counts. Use filters like CVSS score, impact, and known exploits to narrow results.
Instructions
Get list of CVEs affecting the account.
This provides an overview of vulnerabilities across your entire system inventory. Use this endpoint to get an overview of which CVEs are affecting your account, including some CVE metadata, how many systems are affected by each CVE, and more. For more info refer to OpenAPI spec
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_ | No | ||
| 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 |
| cvss_from | No | Filter based on cvss score, starting from the value. | |
| cvss_to | No | Filter based on cvss score, up to the value. | |
| impact | No | Comma separated list of CVE Impact IDs. Example : 5,7. impact mapping: (0, 'NotSet'), (1, 'None'), (2, 'Low'), (3, 'Medium'), (4, 'Moderate'), (5, 'Important'), (6, 'High'), (7, 'Critical') | 1,2,4,5,7 |
| rule_presence | No | Comma seprated string with bools. If true shows only CVEs with security rule associated, if false shows CVEs without rules. true, false shows all. | true,false |
| known_exploit | No | String of booleans (array of booleans), where true shows CVEs with known exploits, false shows CVEs without known exploits. | true,false |
| advisory_available | No | String of booleans (array of booleans), where true shows CVE-system pairs with available advisory, false shows CVE-system pairs without available advisory. | true |
| affecting_host_type | No | Comma separated string of values. Controls, whenever CVE has 1 or more affecting systems. Value "edge" returns CVEs with one or more vulnerable immutable systems, value "rpmdnf" returns CVEs with one or more vulnerable conventional systems. Value "none" returns CVEs not affecting systems of any kind. Allowed values: "edge", "rpmdnf", "none". | rpmdnf |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |