github.com/quay/claircore@v1.5.28/docs/reference/vulnerability_report.md (about)

     1  # Vulnerability Report
     2  A Vulnerability Report is a structure describing a specific manifest, its
     3  contents, and the vulnerabilities affecting its contents.
     4  
     5  {{# godoc claircore.VulnerabilityReport}}
     6  
     7  A Vulnerability Report is package focused.
     8  
     9  Unpacking a report is done by mapping the keys in the PackageVulnerabilities
    10  field to the data structures in other lookup maps.
    11  
    12  For example:
    13  
    14  ```go
    15  {{#include ../vulnerabilityreport_test.go:example}}
    16  ```