nvd: fix the name of a field
The xml's field "availability-impact" wasn't collected due to a typo.
This commit is contained in:
parent
db91b91f38
commit
e953a259b0
@ -41,7 +41,7 @@ type nvdCVSSBaseMetrics struct {
|
||||
Authentication string `xml:"authentication"`
|
||||
ConfImpact string `xml:"confidentiality-impact"`
|
||||
IntegImpact string `xml:"integrity-impact"`
|
||||
AvailImpact string `xml:"avaibility-impact"`
|
||||
AvailImpact string `xml:"availability-impact"`
|
||||
}
|
||||
|
||||
var vectorValuesToLetters map[string]string
|
||||
|
Loading…
Reference in New Issue
Block a user