Versions in this module Expand all Collapse all v0 v0.5.3 Aug 3, 2021 Changes in this version + const ID + const Name + func DBUrl(release Release, repo Repo) string + func NewEcosystem(ctx context.Context) *indexer.Ecosystem + func UpdaterSet(_ context.Context) (driver.UpdaterSet, error) + type Details struct + Name string + Secfixes map[string][]string + type DistributionScanner struct + func (*DistributionScanner) Kind() string + func (*DistributionScanner) Name() string + func (*DistributionScanner) Version() string + func (ds *DistributionScanner) Scan(ctx context.Context, l *claircore.Layer) ([]*claircore.Distribution, error) + type Matcher struct + func (*Matcher) Filter(record *claircore.IndexRecord) bool + func (*Matcher) Name() string + func (*Matcher) Query() []driver.MatchConstraint + func (*Matcher) Vulnerable(ctx context.Context, record *claircore.IndexRecord, ...) (bool, error) + type Option func(*Updater) error + func WithClient(c *http.Client) Option + func WithURL(url string) Option + type Package struct + Pkg Details + type Release string + const V3_10 + const V3_11 + const V3_12 + const V3_3 + const V3_4 + const V3_5 + const V3_6 + const V3_7 + const V3_8 + const V3_9 + type Repo string + const Community + const Main + type Scanner struct + func (*Scanner) Kind() string + func (*Scanner) Name() string + func (*Scanner) Scan(ctx context.Context, layer *claircore.Layer) ([]*claircore.Package, error) + func (*Scanner) Version() string + type SecurityDB struct + Apkurl string + Distroversion string + Packages []Package + Reponame string + Urlprefix string + type Updater struct + func NewUpdater(release Release, repo Repo, opts ...Option) (*Updater, error) + func (u *Updater) Configure(ctx context.Context, f driver.ConfigUnmarshaler, c *http.Client) error + func (u *Updater) Fetch(ctx context.Context, hint driver.Fingerprint) (io.ReadCloser, driver.Fingerprint, error) + func (u *Updater) Name() string + func (u *Updater) Parse(ctx context.Context, r io.ReadCloser) ([]*claircore.Vulnerability, error) + type UpdaterConfig struct + URL string v0.5.2 Aug 3, 2021 v0.4.4 Aug 3, 2021