Versions in this module Expand all Collapse all v0 v0.0.6 Sep 2, 2023 Changes in this version + type Advisory struct + Aliases []string + CVSSScoreV3 float64 + CVSSVectorV3 string + Description string + Ecosystem types.Ecosystem + PatchedVersions []string + PkgName string + References []string + Severity types.Severity + Title string + VulnerabilityID string + VulnerableVersions []string + type Affected struct + EcosystemSpecific EcosystemSpecific + Package Package + Ranges []Range + Severities []Severity + Versions []string + type Credit struct + Name string + type Ecosystem string + type EcosystemSpecific struct + Imports []Import + type Entry struct + Affected []Affected + Aliases []string + Credits []Credit + DatabaseSpecific json.RawMessage + Details string + ID string + Modified time.Time + Published time.Time + References []Reference + SchemaVersion string + Severities []Severity + Summary string + Withdrawn *time.Time + type Import struct + GOARCH []string + GOOS []string + Path string + Symbols []string + type OSV struct + func New(dir string, sourceID types.SourceID, ...) OSV + func (o OSV) Name() types.SourceID + func (o OSV) Update(root string) error + type Package struct + Ecosystem Ecosystem + Name string + type Range struct + Events []RangeEvent + Type RangeType + type RangeEvent struct + Fixed string + Introduced string + LastAffected string + type RangeType string + const RangeTypeGit + type Reference struct + Type ReferenceType + URL string + type ReferenceType string + type Severity struct + Score string + Type string + type Transformer interface + TransformAdvisories func([]Advisory, Entry) ([]Advisory, error)