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 + type DB interface + Get func(release, pkgName, arch string) ([]types.Advisory, error) + Put func(*bolt.Tx, PutInput) error + type Date struct + Date string + type Package struct + Arch string + Epoch string + Filename string + Name string + Release string + Version string + type PutInput struct + Advisories map[string]types.Advisories + CveID string + Erratum RLSA + PlatformName string + Vuln types.VulnerabilityDetail + type RLSA struct + CveIDs []string + Description string + ID string + IssuedDate Date + Packages []Package + References []Reference + Severity string + Title string + type Reference struct + Href string + ID string + Title string + Type string + type Rocky struct + func (r *Rocky) Get(release, pkgName, arch string) ([]types.Advisory, error) + func (r *Rocky) Put(tx *bolt.Tx, input PutInput) error + type VulnSrc struct + func NewVulnSrc() *VulnSrc + func (vs *VulnSrc) Name() types.SourceID + func (vs *VulnSrc) Update(dir string) error