Authorizations
Authentication token obtained via Altostrat platform login.
Body
Data required to update the status of a specific CVE on a specific MAC address.
The MAC address of the affected device (format XX:XX:XX:XX:XX:XX or XX-XX-XX-XX-XX-XX).
"00:1A:2B:3C:4D:5E"
The CVE ID being updated.
"CVE-2021-44228"
The new status to assign (risk accepted or mitigated). 'open' is the default and cannot be set via API.
accepted
, mitigated
"accepted"
Reason for the status change (e.g., compensating controls, patch applied, false positive reasoning).
10 - 1000
"Risk accepted due to device being in isolated network segment with restricted access."
Response
CVE status override created successfully.
Represents the status override for a CVE on a specific MAC address.
open
, accepted
, mitigated
The scan ID during which this status was last relevant (if applicable).
When this status record expires (currently set to 5 mins after creation).
User ID who created this status record.
User ID who last updated this status record.
"CVE status updated successfully"