package
0.5.1
Repository: https://github.com/devops-kung-fu/bomber.git
Documentation: pkg.go.dev

# Functions

NewResults defines the high level output of bomber.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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.

# Interfaces

Enricher defines methods that can enrich a collection of vulnerabilities.
Provider defines the methods that a provider must contain.
Renderer defines the methods that a renderer must contain.

# Type aliases

No description provided by the author