matcher

Retrieve a VulnerabilityReport for a Manifest

Given a Manifest's content addressable hash a VulnerabilityReport will be created. The Manifest must have been Indexed first via the Index endpoint.

get/matcher/api/v1/vulnerability_report/{digest}

Response

Vulnerability Report Created

manifest_hashDigestSchemaJson required— unresolved $ref
packagesobject required

A map of Package objects indexed by a document-local identifier.

distributionsobject required

A map of Distribution objects indexed by a document-local identifier.

repositoryobject

A map of Repository objects indexed by a document-local identifier.

environmentsobject required

A map of Environment arrays indexed by a Package's identifier.

vulnerabilitiesobject required

A map of Vulnerabilities indexed by a document-local identifier.

package_vulnerabilitiesobject required

A mapping of Vulnerability identifier lists indexed by Package identifier.

enrichmentsobject

A mapping of extra "enrichment" data by type

Changes