Versions in this module Expand all Collapse all v0 v0.61.1 Apr 27, 2023 Changes in this version + type ExternalSearchConfig struct + MavenBaseURL string + SearchMavenUpstream bool + type Matcher struct + func NewJavaMatcher(cfg MatcherConfig) *Matcher + func (m *Matcher) Match(store vulnerability.Provider, d *distro.Distro, p pkg.Package) ([]match.Match, error) + func (m *Matcher) PackageTypes() []syftPkg.Type + func (m *Matcher) Type() match.MatcherType + type MatcherConfig struct + UseCPEs bool + type MavenSearcher interface + GetMavenPackageBySha func(string) (*pkg.Package, error)