Reports
Export account dependency security findings by library report asynchronously (Dependencies - SCA)
post/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindingsByLibrary
Path parameters
accountUuidstring required
Account UUID
Request body
Example request
{
"search": "libraryName==*log4j*",
"zeroDayIdentifier": "CanisterWorm Supply Chain Attack"
}Response
OK
Example response
{
"supportToken": "1171c60d"
}Changes
Changed in 1 of the 3 revisions of this API.2
- ●
added the new
aiBomenum value to theresponse/reportTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
unifiedFindingsenum value to theresponse/reportTyperesponse property for the response status200response-property-enum-value-added
- ●