Update status or severity of multiple vulnerabilities
Applies one status and/or severity change to up to 100 vulnerabilities in a single request. The server processes each vulnerability independently and reports per-vulnerability success or failure. Vulnerabilities that already have the requested values count as successful.
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.
Body
Applies the same status and/or severity change to many vulnerabilities. Provide at least one of status or severity.
Vulnerability ids to update. The server removes duplicates. Maximum 100 ids.
1 - 100 elementsNew triage status for every listed finding.
open, in_progress, snoozed, fixed, ignored, not_affected Optional note when changing status.
Required when status is snoozed. The date must be in the future.
New severity for every listed finding.
critical, high, medium, low Optional reason for the severity change.
1000Response
Per-vulnerability update results.