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 AffectedPackage struct + OSVer string + Package Package + type Distribution int + const OpenSUSE + const SUSEEnterpriseLinux + type DocumentNote struct + Text string + Title string + Type string + type DocumentTracking struct + CurrentReleaseDate string + ID string + InitialReleaseDate string + RevisionHistory []Revision + Status string + Version string + type Package struct + FixedVersion string + Name string + type ProductTree struct + Relationships []Relationship + type Reference struct + Description string + URL string + type Relationship struct + ProductReference string + RelatesToProductReference string + RelationType string + type Revision struct + Date string + Description string + Number string + type ScoreSet struct + BaseScore string + Vector string + type Status struct + ProductID []string + Type string + type SuseCvrf struct + Notes []DocumentNote + ProductTree ProductTree + References []Reference + Title string + Tracking DocumentTracking + Vulnerabilities []Vulnerability + type Threat struct + Severity string + Type string + type VulnSrc struct + func NewVulnSrc(dist Distribution) VulnSrc + func (vs VulnSrc) Get(version string, pkgName string) ([]types.Advisory, error) + func (vs VulnSrc) Name() types.SourceID + func (vs VulnSrc) Update(dir string) error + type Vulnerability struct + CVE string + CVSSScoreSets ScoreSet + Description string + ProductStatuses []Status + References []Reference + Threats []Threat