v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Findings - Project

Get root libraries security findings (Dependencies - SCA)

Get root libraries security findings for a given project

get/api/v3.0/projects/{projectUuid}/dependencies/findings/security/groupBy/rootLibrary

Path parameters

projectUuidstring required

UUID of the project

Query parameters

limitstring

Specifies the maximum number of items to be returned in the response.

cursorstring

Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved.

UUID or Name of a Zero-Day Event

Response

OK

additionalDataobject
  • totalItems: The total count of data points returned in an API response.
supportTokenstring

Example response

{
  "additionalData": {
    "totalItems": "422",
    "next": "http://someUrl?cursor=3",
    "cursor": 3
  },
  "supportToken": "1171c60d",
  "response": [
    {
      "rootLibraryName": "com.google.guava:guava",
      "rootLibraryUuid": "123e4567-e89b-12d3-a456-426655440000",
      "project": {
        "uuid": "123e4567-e89b-12d3-a456-426655440000",
        "name": "My Project",
        "path": "My Application",
        "applicationName": "My Application",
        "applicationUuid": "123e4567-e89b-12d3-a456-426655440000"
      },
      "criticalNum": 2,
      "highNum": 1,
      "mediumNum": 1,
      "lowNum": 1,
      "total": 5,
      "language": "Java",
      "recommendedFix": "1.0.1",
      "rootLibraryVersion": "1.0.0",
      "groupId": "com.google.guava",
      "artifactId": "guava",
      "path": "pom.xml",
      "severity": "CRITICAL",
      "rootStatus": "OPEN",
      "rootComment": "This is a comment",
      "rootNodeId": 1,
      "rootInstancesCount": 2,
      "reachability": "REACHABLE",
      "exploitable": true,
      "exploitCodeMaturity": [
        "POC_CODE, HIGH"
      ],
      "numOfReachable": 1,
      "numOfPotentiallyReachable": 1,
      "numOfUnreachable": 1,
      "numOfMalicious": 1,
      "malicious": true
    }
  ]
}