aboutsummaryrefslogtreecommitdiff
path: root/internal/feed
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-02-02 00:53:12 -0500
committerPaul Duncan <pabs@pablotron.org>2022-02-02 00:53:12 -0500
commit03b4422054d395de13b6a4fd9f6aa2a73bc08abc (patch)
tree54d6927f7834db5a7e64151b801e093197df938b /internal/feed
parent0304739eb4dd9e8dc60aff20245757824a663d55 (diff)
downloadcvez-03b4422054d395de13b6a4fd9f6aa2a73bc08abc.tar.bz2
cvez-03b4422054d395de13b6a4fd9f6aa2a73bc08abc.zip
internal/feed/feed.go: fix exploitabilityScore json tag
Diffstat (limited to 'internal/feed')
-rw-r--r--internal/feed/feed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/feed.go b/internal/feed/feed.go
index 78a8161..acfffc0 100644
--- a/internal/feed/feed.go
+++ b/internal/feed/feed.go
@@ -196,7 +196,7 @@ type CvssV2 struct {
type BaseMetricV2 struct {
CvssV2 CvssV2 `json:"cvssV2"`
Severity Severity `json:"severity"`
- ExploitabilityScore Score `json:"impactScore"`
+ ExploitabilityScore Score `json:"exploitabilityScore"`
ImpactScore Score `json:"impactScore"`
InsufficientInfo bool `json:"acInsufInfo"`
ObtainAllPrivilege bool `json:"obtainAllPrivilege"`