Get suppressed vulnerabilities based on componentId/vulnerabilityName or both, either of them is mandatory.Only the system administrator has the permission to do this operation.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/vulnerability/suppress
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/vulnerability/suppress
curl -i -X GET \
'https://codeinsightapi.redocly.app/_mock/swagger/vulnerability/suppress?componentId=1&vulnerabilityName=string&limit=25&offset=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Response
{ "itemNumber": 0, "suppressId": 0, "suppressionScope": "string", "vulnerabilityId": 0, "vulnerabilityName": "string", "componentId": 0, "componentName": "string", "suppressedBy": "string", "suppressedDate": "string", "suppressionDetails": [ { … } ], "componentVersionIds": [ 0 ] }