Documentation
¶
Overview ¶
Package filter defines an enricher that filters out vulns with VEX signals.
Index ¶
Constants ¶
View Source
const ( // Name is the name of the enricher. Name = "vex/filter" // Version is the version of the enricher. Version = 0 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Enricher ¶
type Enricher struct{}
Enricher removes vulnerabilities that have VEX signals associated.
func (*Enricher) Enrich ¶
func (e *Enricher) Enrich(ctx context.Context, _ *enricher.ScanInput, inv *inventory.Inventory) error
Enrich removes vulnerabilities that have VEX signals associated.
func (*Enricher) RequiredPlugins ¶
RequiredPlugins returns a list of Plugins that need to be enabled for this Enricher to work.
func (*Enricher) Requirements ¶
func (*Enricher) Requirements() *plugin.Capabilities
Requirements of the enricher.
Click to show internal directories.
Click to hide internal directories.