Returns all security findings for a given project
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/projects/{projectUuid}/dependencies/findings/security?limit=50&cursor=string&zeroDayIdentifier=%7BzeroDayIdentifier%7D' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
- totalItems: The total count of data points returned in an API response.
Example:
{ "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }
Response
- LibraryLocationComponentDTOV3
- SourceFileLocationComponentDTOV3
{ "additionalData": { "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }, "supportToken": "1171c60d", "response": [ { … } ] }