Skip to content

Get Vulnerability Remediation Proposals

Request

Returns the recommended remediation actions to take for a given vulnerability

Security
bearer-key
Path
vulnerabilityIdstringrequired

Vulnerability Name in the form of CVE-xxxx-xxx or WS-xxxx-xxx.

GET
/api/v2.0/vulnerabilities/{vulnerabilityId}/remediation
curl -i -X GET \
  'https://api-saas.mend.io/api/v2.0/vulnerabilities/{vulnerabilityId}/remediation' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
retValobject(VulnerabilityFixSummaryInfoDTO)
Response
{ "supportToken": "1171c60d", "retVal": { "vulnerability": "CVE-2021-42392", "topRankedFix": {}, "allFixes": [], "totalUpVotes": 0, "totalDownVotes": 0 } }