Authorizations
Response
Successful response
ID of the related CodeScanVulnerability issue
Number of occurrences in this group
Representative items in this group
curl --request POST \
--url https://zeropath.com/api/v1/sca/vulnerabilities/get \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '{
"id": "<string>",
"organizationId": "<string>"
}'{
"id": "<string>",
"package": {
"id": "<string>",
"name": "<string>",
"version": "<string>",
"ecosystem": "<string>",
"manifestPath": "<string>",
"manifestStartLine": 123,
"manifestEndLine": 123,
"manifestStartColumn": 123,
"manifestEndColumn": 123
},
"metadata": {
"id": "<string>",
"packageIdentifier": "<string>",
"aliases": [
"<string>"
],
"references": [
"<string>"
],
"summary": "<string>",
"description": "<string>",
"severityScore": 123,
"severity": "critical"
},
"repositoryId": "<string>",
"branch": "<string>",
"commitSha": "<string>",
"codeScanVulnerabilityId": "<string>",
"count": 123,
"items": [
{}
]
}curl --request POST \
--url https://zeropath.com/api/v1/sca/vulnerabilities/get \
--header 'Content-Type: application/json' \
--header 'X-ZeroPath-API-Token-Id: <api-key>' \
--header 'X-ZeroPath-API-Token-Secret: <api-key>' \
--data '{
"id": "<string>",
"organizationId": "<string>"
}'{
"id": "<string>",
"package": {
"id": "<string>",
"name": "<string>",
"version": "<string>",
"ecosystem": "<string>",
"manifestPath": "<string>",
"manifestStartLine": 123,
"manifestEndLine": 123,
"manifestStartColumn": 123,
"manifestEndColumn": 123
},
"metadata": {
"id": "<string>",
"packageIdentifier": "<string>",
"aliases": [
"<string>"
],
"references": [
"<string>"
],
"summary": "<string>",
"description": "<string>",
"severityScore": 123,
"severity": "critical"
},
"repositoryId": "<string>",
"branch": "<string>",
"commitSha": "<string>",
"codeScanVulnerabilityId": "<string>",
"count": 123,
"items": [
{}
]
}Successful response
Show child attributes
Show child attributes
ID of the related CodeScanVulnerability issue
Number of occurrences in this group
Representative items in this group
Show child attributes