GET
/
project
/
{projectId}
/
results
/
sca
/
{vulnerabilityId}
curl --request GET \
  --url https://app-preprod.cybedefend.com/project/{projectId}/results/sca/{vulnerabilityId}
{
  "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "vulnerabilityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "vulnerability": "<any>"
}

Path Parameters

vulnerabilityId
string
required
projectId
string
required

Response

200
application/json

Vulnerability of a project

The response is of type object.