Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BulletinToFinding ¶ added in v1.0.1
BulletinToFinding converts a Vulners Bulletin into a Finding.
Types ¶
type Enricher ¶
type Enricher struct {
// contains filtered or unexported fields
}
Enricher enriches govulncheck findings with Vulners intel data.
func NewEnricher ¶
NewEnricher creates a new Enricher.
func (*Enricher) Enrich ¶
Enrich takes govulncheck findings and adds Vulners exploit/severity data. It batch-fetches bulletins for efficiency when possible.
func (*Enricher) WithAIScore ¶
WithAIScore enables on-demand AI score enrichment for findings that lack one.
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
Matcher resolves components to vulnerability findings.
func NewMatcher ¶
NewMatcher creates a new Matcher.
Click to show internal directories.
Click to hide internal directories.