Patch validation prompt
GET /patches/validation-prompt, retrieve the patch validation prompt for a specific package version and vulnerability.
Request parameters
Parameter
Type
Required
Description
Response
Errors
HTTP status
Meaning
Example
curl -X GET \
'https://external.sealsecurity.io/authenticated/api/v1/patches/validation-prompt?ecosystem=NPM&package_name=ejs&vulnerable_version=2.7.4&vulnerability_identifier=CVE-2024-33883' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'Last updated