Skip to main content
Download the Vulnerability Exploitability eXchange (VEX) report, which details the exploitability status of vulnerabilities found in your binaries.

When to Use This Endpoint

Use this endpoint to:
  • Communicate which vulnerabilities are β€œfixed” or β€œnot affected”.
  • Provide machine-readable security advisories to customers.

Request

Endpoint
GET <BINARLY_API_URL>/api/v4/products/{productId}/images/{imageId}/vexReport:{format}
Path Parameters
ParameterRequiredDescription
productIdβœ…Product ID
imageIdβœ…Image ID
formatβœ…Report format: openVEX or cycloneDX
Headers
HeaderValue
AuthorizationBearer <access_token>

Example Request

curl -s \
  -H "Authorization: Bearer ${TOKEN}" \
  "${BINARLY_API_URL}/api/v4/products/${BINARLY_PRODUCT_ID}/images/${IMAGE_ID}/vexReport:openVEX" \
  -o vex.json

Response

Returns the VEX JSON document.