Versions in this module Expand all Collapse all v0 v0.0.6 Sep 2, 2023 Changes in this version + type Advisory struct + AffectedCpeList AffectedCpeList + BDUs []CVE + Bugzilla []Bugzilla + Cves []CVE + From string + Issued Issued + Rights string + Severity string + Updated Updated + type AdvisorySpecial struct + Entries []Entry + type Affected struct + Family string + Platforms []string + Products []string + type AffectedCpeList struct + Cpe []string + type Arch struct + Datatype string + Operation string + Text string + type Bugzilla struct + Data string + Href string + Id string + type CVE struct + CveID string + Cvss string + Cvss3 string + Cwe string + Href string + Impact string + Public string + type Criteria struct + Criterias []Criteria + Criterions []Criterion + Operator string + type Criterion struct + Comment string + TestRef string + type CveEntry struct + ID string + Severity types.Severity + type CveVendor struct + CVE CveEntry + Description string + References []string + Title string + type Definition struct + Class string + Criteria Criteria + ID string + Metadata Metadata + Version string + type DefinitionSpecial struct + Entry Entry + type Definitions struct + Definition []Definition + type Entry struct + AffectedCPEList []string + Arches []string + Cves []CveEntry + FixedVersion string + type Evr struct + Datatype string + Operation string + Text string + type Filepath struct + Datatype string + Text string + type Instance struct + Datatype string + Text string + type Issued struct + Date string + type Metadata struct + Advisory Advisory + AffectedList []Affected + Description string + References []Reference + Title string + type Name struct + Operation string + Text string + type Object struct + ObjectRef string + Text string + type Objects struct + RpmInfoObjects []RpmInfoObject + TextFileContent54Objects []TextFileContent54Object + type Path struct + Datatype string + Text string + type Pattern struct + Datatype string + Operation string + Text string + type Reference struct + RefID string + RefURL string + Source string + type RpmInfoObject struct + Comment string + ID string + Name string + Version string + type RpmInfoState struct + Arch Arch + Comment string + Evr Evr + ID string + Subexpression Subexpression + Version string + type RpmInfoTest struct + Check string + Comment string + ID string + Object Object + State State + Version string + type RpmInfoTestSpecial struct + Arch string + FixedVersion string + Name string + type State struct + StateRef string + Text string + type States struct + RpmInfoState []RpmInfoState + TextFileContent54State []TextFileContent54State + type Subexpression struct + Operation string + Text string + type Tests struct + RPMInfoTests []RpmInfoTest + TextFileContent54Tests []TextFileContent54Test + type Text struct + Operation string + Text string + type TextFileContent54Object struct + Comment string + Filepath Filepath + ID string + Instance Instance + Path Path + Pattern Pattern + Version string + type TextFileContent54State struct + ID string + Text Text + Version string + type TextFileContent54Test struct + Check string + Comment string + ID string + Object Object + State State + Version string + type Updated struct + Date string + type Version struct + Operation string + Text string + type VulnSrc struct + func NewVulnSrc() VulnSrc + func (vs VulnSrc) Get(pkgName, cpe string) ([]types.Advisory, error) + func (vs VulnSrc) Name() types.SourceID + func (vs VulnSrc) Update(dir string) error