# Functions
NewResults defines the high level output of bomber.
# Structs
Credentials the user credentials used by a provider to authenticate to an API.
Epss encapsulates the response of a query to the Epss scoring API.
EpssScore contains epss score data for a specific CVE.
Issue encapsulates an issue with the processing of an SBOM.
Meta contains system and execution information about the results from bomber.
Package encapsulates information about a package/component and it's vulnerabilities.
Results is the high level JSON object used to define vulnerabilities processed by bomber.
ScannedFile contains the absolute name and sha256 of a processed file.
Summary is a struct used to keep track of severity counts.
Vulnerability encapsulates the information describing a detected vulnerability.
# Type aliases
No description provided by the author