Authorizations
Enter your bearer token in the format: Bearer {token}
Query Parameters
Filter statuses by a specific MAC address.
"00:1A:2B:3C:4D:5E"
Filter statuses by a specific CVE identifier.
"CVE-2023-1234"
Filter statuses by their current state.
open, accepted, mitigated "accepted"
Response
A list of CVE status records matching the filter criteria.
The unique identifier for this status record.
The MAC address to which this status applies.
"00:1A:2B:3C:4D:5E"
The CVE identifier to which this status applies.
"CVE-2023-1234"
The management status of the vulnerability.
accepted, mitigated "accepted"
The reason for this status assignment.
"Risk accepted due to internal-only service with no external access."
The ID of the scan that was active when this status was created.
The timestamp when this status will expire and revert to 'open'.
The ID of the user who created this status record.
The ID of the user who last updated this status record.
The timestamp when this status record was created.
The timestamp when this status record was last updated.