Versions in this module Expand all Collapse all v0 v0.0.6 Sep 2, 2023 Changes in this version + type AffectedPackage struct + OSVer string + Package Package + func (p *AffectedPackage) PlatformName() string + type Criteria struct + Criterias []Criteria + Criterions []Criterion + Operator string + type Criterion struct + Comment string + type Cve struct + Href string + ID string + Impact string + type DB interface + Get func(release, pkgName string) ([]types.Advisory, error) + Put func(*bolt.Tx, PutInput) error + type Date struct + Date string + type Oracle struct + func (o *Oracle) Get(release string, pkgName string) ([]types.Advisory, error) + func (o *Oracle) Put(tx *bolt.Tx, input PutInput) error + type OracleOVAL struct + Criteria Criteria + Cves []Cve + Description string + IssuedDate Date + Platform []string + References []Reference + Severity string + Title string + type Package struct + FixedVersion string + Name string + type PutInput struct + Advisories map[AffectedPackage]types.Advisory + OVAL OracleOVAL + Vuln types.VulnerabilityDetail + VulnID string + type Reference struct + ID string + Source string + URI string + type VulnSrc struct + func NewVulnSrc() *VulnSrc + func (vs *VulnSrc) Name() types.SourceID + func (vs *VulnSrc) Update(dir string) error