Merge pull request #479 from yebinama/nvd_vectors
nvd: fix the name of a field
This commit is contained in:
commit
1e9008a333
@ -41,7 +41,7 @@ type nvdCVSSBaseMetrics struct {
|
|||||||
Authentication string `xml:"authentication"`
|
Authentication string `xml:"authentication"`
|
||||||
ConfImpact string `xml:"confidentiality-impact"`
|
ConfImpact string `xml:"confidentiality-impact"`
|
||||||
IntegImpact string `xml:"integrity-impact"`
|
IntegImpact string `xml:"integrity-impact"`
|
||||||
AvailImpact string `xml:"avaibility-impact"`
|
AvailImpact string `xml:"availability-impact"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var vectorValuesToLetters map[string]string
|
var vectorValuesToLetters map[string]string
|
||||||
|
Loading…
Reference in New Issue
Block a user