Versions in this module Expand all Collapse all v0 v0.0.1 Oct 28, 2023 Changes in this version + type Advisory struct + Branches map[string]Branch + VulnerabilityID string + type Branch struct + Versions []string + type RawAdvisory struct + Branches map[string]Branch + Cve string + Link string + Reference string + Title string + type VulnSrc struct + func NewVulnSrc() VulnSrc + func (vs VulnSrc) Name() types.SourceID + func (vs VulnSrc) Update(dir string) (err error)