Returns active vulnerabilities for a repository/ref with optional filters for confirmation, triage status, severity, and type.
Use a Cysmiq API token in the Authorization header: Bearer {token}.
Workspace slug for the tenant context.
Repository identifier: prefixed id (repo_...) or org/name path.
255Branch or tag name. Defaults to the repository default branch.
255Commit SHA to scope the scan. Must be 7-40 hex chars.
^[0-9a-fA-F]{7,40}$Only confirmed vulnerabilities. Defaults to true.
Filter by triage state. Allowed: yes, no.
yes, no Comma-separated severities. Allowed: critical, high, medium, low.
255Comma-separated types. Allowed: code, dependency, secret.
255Max items per page (1-200). Default 50.
1 <= x <= 200Cursor for pagination from next_cursor.