Skip to content

Update root library security finding (Dependencies - SCA)

Request

Changes a given security finding's status and comments

Security
bearer-key
Path
projectUuidstringrequired

UUID of the project

rootLibraryUuidstringrequired

Alert UUID (by running the appropriate Get in Alerts - Project).

Bodyapplication/jsonrequired
statusstring(Finding Status)
Enum:"MARK_AS_UNREVIEWED""MARK_AS_IN_REVIEW""SUPPRESS""UNSUPPRESS"
commentstring, <= 255 characters(Finding Comment)
Example:"This Finding is not important"
isViolatingboolean
PUT
/api/v3.0/projects/{projectUuid}/dependencies/findings/security/rootLibrary/{rootLibraryUuid}
{ "status": "MARK_AS_UNREVIEWED", "comment": "This Finding is not important", "isViolating": true }

Responses

OK

Bodyapplication/json
boolean
Response
true