internal

Retrieve Manifests Affected by a Vulnerability

The provided vulnerability summaries are attempted to be run "backwards" through the indexer to produce a set of manifests.

post/indexer/api/v1/internal/affected_manifest

Request body

VulnerabilitySummarySchemaJson[] required— unresolved $ref

This is an internal type, documented for completeness.

This is an array of pseudo-Vulnerability objects used for reverse-lookup.

Response

The list of manifests and the corresponding vulnerabilities.

vulnerabilitiesobject required

Vulnerability objects.

vulnerable_manifestsobject required

Mapping of manifest digests to vulnerability identifiers.

Example response

{
  "vulnerabilities": {
    "42": {
      "id": "42"
    }
  },
  "vulnerable_manifests": {
    "sha256:01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b": [
      "42"
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.