Vulnerabilities

Vulnerability detail

This tag groups all operations for vulnerabilities.

Retrieve Vulnerability

get

Returns the Vulnerability by ID.

Authorizations
AuthorizationstringRequired

Please provide header value as 'Bearer' and don't forget to add 'Bearer' HTTP Authorization Scheme before the token

Path parameters
vulnerabilityIdstring · max: 64Required

The ID of the Vulnerability.

Example: CVE-2019-1234
Responses
chevron-right
200

Getting Vulnerability was successful.

application/json
idstringRequired

The ID of the vulnerability allocated by the advisory database

Example: CVE-2019-1234
typestring · enumRequiredPossible values:
hrefstringRequiredExample: https://api.ionos.com/containerregistries/vulnerabilities/CVE-2019-1234
get
/vulnerabilities/{vulnerabilityId}

Last updated

Was this helpful?