Versions in this module Expand all Collapse all v0 v0.0.6 Sep 2, 2023 Changes in this version + var UbuntuReleasesMapping = map[string]string + func SeverityFromPriority(priority string) types.Severity + type Option func(src *VulnSrc) + func WithCustomPut(put db.CustomPut) Option + type PackageName string + type Patch map[Release]Status + type Release string + type Status struct + Note string + Status string + type UbuntuCVE struct + Candidate string + Description string + Patches map[PackageName]Patch + Priority string + PublicDate string + References []string + type VulnSrc struct + func NewVulnSrc(opts ...Option) VulnSrc + func (vs VulnSrc) Get(release string, pkgName string) ([]types.Advisory, error) + func (vs VulnSrc) Name() types.SourceID + func (vs VulnSrc) Update(dir string) error