Endpoints
Get all vulnerabilities of a project for SAST
GET
Path Parameters
Query Parameters
Sort field
Available options:
currentState
, currentSeverity
, currentPriority
, language
, createdAt
, updateAt
Sort order
Available options:
asc
, desc
Filter by severity (repeat the param for multiple values, e.g. severity=critical&severity=high)
Filter by status (repeat the param, e.g. status=to_verify&status=confirmed)
Filter by priority (repeat the param, e.g. priority=critical_urgent&priority=urgent)
Programming language
Page number alias
Required range:
x >= 1
Page size alias
Required range:
x >= 1
Search query alias
Response
200
application/json
All vulnerabilities of a project
The response is of type object[]
.