Skip to content

Commit

Permalink
nvd: fix the name of a field
Browse files Browse the repository at this point in the history
The xml's field "availability-impact" wasn't collected due to a typo.
  • Loading branch information
yebinama committed Oct 23, 2017
1 parent db91b91 commit e953a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/vulnmdsrc/nvd/xml.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e953a25

Please sign in to comment.