Versions in this module Expand all Collapse all v0 v0.1.0 Apr 13, 2016 Changes in this version + type Cpe struct + CpeName string + Edition string + JvnID uint + Language string + NvdID uint + Part string + Product string + Update string + Vendor string + Version string + type CveDetail struct + CveID string + CveInfoID uint + Jvn Jvn + Nvd Nvd + func (c CveDetail) CvssScore(lang string) float64 + func (c CveDetail) CvssV2CalculatorLink(lang string) string + type CveDetails []CveDetail + func (c CveDetails) Len() int + func (c CveDetails) Less(i, j int) bool + func (c CveDetails) Swap(i, j int) + type CveDictionary interface + CveSummary func() string + CveTitle func() string + CvssScore func() float64 + CvssSeverity func() string + CvssVector func() string + GetCveDetailID func() uint + GetID func() uint + LastModified func() time.Time + Link func() string + SetCpes func([]Cpe) + SetCveDetailID func(id uint) + SetVulnSiteReferences func([]Reference) + VulnSiteReferences func() []Reference + type Jvn struct + Cpes []Cpe + CveDetailID uint + JvnID string + JvnLink string + LastModifiedDate time.Time + PublishedDate time.Time + References []Reference + Score float64 + Severity string + Summary string + Title string + Vector string + func (c *Jvn) SetCpes(r []Cpe) + func (c *Jvn) SetCveDetailID(id uint) + func (c *Jvn) SetVulnSiteReferences(r []Reference) + func (c Jvn) CveSummary() string + func (c Jvn) CveTitle() string + func (c Jvn) CvssScore() float64 + func (c Jvn) CvssSeverity() string + func (c Jvn) CvssVector() string + func (c Jvn) GetCveDetailID() uint + func (c Jvn) GetID() uint + func (c Jvn) LastModified() time.Time + func (c Jvn) Link() string + func (c Jvn) VulnSiteReferences() []Reference + type Nvd struct + AccessComplexity string + AccessVector string + Authentication string + AvailabilityImpact string + ConfidentialityImpact string + Cpes []Cpe + CveDetailID uint + IntegrityImpact string + LastModifiedDate time.Time + PublishedDate time.Time + References []Reference + Score float64 + Summary string + func (c *Nvd) SetCpes(r []Cpe) + func (c *Nvd) SetCveDetailID(id uint) + func (c Nvd) CveSummary() string + func (c Nvd) CveTitle() string + func (c Nvd) CvssScore() float64 + func (c Nvd) CvssVector() string + func (c Nvd) GetCveDetailID() uint + func (c Nvd) GetID() uint + func (c Nvd) LastModified() time.Time + func (c Nvd) Link() string + func (c Nvd) SetVulnSiteReferences(r []Reference) + func (c Nvd) Severity() string + func (c Nvd) VulnSiteReferences() []Reference + type Reference struct + JvnID uint + Link string + NvdID uint + Source string