Update vulnerability status or severity
Change the status and/or severity of a vulnerability. At least one of status or severity must be provided.
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Path Parameters
ID of the vulnerability. Use the id field of a finding from listVulnerabilities.
Body
At least one of status or severity must be provided.
New triage status of the finding.
open, in_progress, snoozed, fixed, ignored, not_affected Optional note when changing status.
New severity of the finding.
critical, high, medium, low Optional reason for the severity change.
1000Response
Updated vulnerability.
open, in_progress, snoozed, fixed, ignored, not_affected critical, high, medium, low trivial, low, medium, high critical, high, medium, low Human-readable STRIX-ID number.