Versions in this module Expand all Collapse all v0 v0.0.8 May 27, 2024 v0.0.1 May 27, 2024 Changes in this version + var ErrNotSupported = xerrors.New("format not supported") + type Entry struct + Metadata oval.Metadata + Operator operator + PkgName string + Version string + type VulnSrc struct + func NewVulnSrc() VulnSrc + func (vs VulnSrc) Get(release, pkgName string) ([]types.Advisory, error) + func (vs VulnSrc) Name() types.SourceID + func (vs VulnSrc) Update(dir string) error