Extract Advisory.Description on RHEL, Amazon, Oracle (#450)

This commit is contained in:
Kota Kanbe
2017-07-18 21:54:11 +09:00
committed by kota kanbe
parent a9ebac3818
commit ffbaa0a508
3 changed files with 60 additions and 78 deletions

View File

@@ -189,10 +189,11 @@ func (v *VulnInfo) NilToEmpty() *VulnInfo {
// DistroAdvisory has Amazon Linux, RHEL, FreeBSD Security Advisory information.
type DistroAdvisory struct {
AdvisoryID string
Severity string
Issued time.Time
Updated time.Time
AdvisoryID string
Severity string
Issued time.Time
Updated time.Time
Description string
}
// Confidence is a ranking how confident the CVE-ID was deteted correctly