v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBFindings - Scan
List image scan security findings
List the image scan security findings
get/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/security
Path parameters
projectuuidstring required
UUID of the project
scanuuidstring required
scan UUID
Query parameters
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.
limitinteger
Specifies the maximum number of items to be returned in the response.
Response
OK
Example response
{
"additionalData": {
"paging": {
"cursor": 5,
"next": "https://api-saas.mend.io/api/v3.0/projects/<project_uuid>>/images/deployments?cursor=6"
},
"totalItems": 100
},
"response": [
{
"createdAt": "2019-12-18 16:15:26.963000",
"cvss": 6.5,
"cvssDetails": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"description": "A vulnerability in the foo subsystem of bar could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device.",
"detectionDate": "2019-12-18 16:15:26.963000",
"epss": 5.1,
"fixVersion": "1.2.4",
"hasFix": true,
"imageName": "foo:1.2.3",
"lastModifiedDate": "2019-12-18 16:15:26.963000",
"packageName": "foo",
"packageVersion": "1.2.3",
"projectUUID": "edcd08f7-0688-4a30-932b-541256072846",
"severity": "HIGH",
"uuid": "edcd08f7-0688-4a30-932b-541256072846",
"vulnerabilityID": "CVE-2019-1234"
}
],
"supportToken": "659C0A4730"
}