Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2024 Changes in this version + type Cve struct + Descriptions []LangString + ID string + LastModified string + Metrics Metrics + Published string + References []Reference + Weaknesses []Weakness + type CvssDataV20 struct + BaseScore float64 + VectorString string + Version string + type CvssDataV30 struct + BaseScore float64 + BaseSeverity string + VectorString string + Version string + type CvssMetricV2 struct + BaseSeverity string + CvssData CvssDataV20 + Source string + Type string + type CvssMetricV3 struct + CvssData CvssDataV30 + Source string + Type string + type LangString struct + Lang string + Value string + type Metrics struct + CvssMetricV2 []CvssMetricV2 + CvssMetricV30 []CvssMetricV3 + CvssMetricV31 []CvssMetricV3 + type Reference struct + Source string + Tags []string + URL string + type VulnSrc struct + func NewVulnSrc() VulnSrc + func (vs VulnSrc) Name() types.SourceID + func (vs VulnSrc) Update(dir string) error + type Weakness struct + Description []LangString + Source string + Type string