aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-03-18 00:37:52 -0400
committerPaul Duncan <pabs@pablotron.org>2022-03-18 00:37:52 -0400
commitedc0e750d79e1901d480e0408a89fe6f3e27c406 (patch)
treeeab8bb9a3966a97c835145a2c498c9668325b639
parentcd6080a5ce7a1323defe9ca331fe0ba689366e18 (diff)
downloadcvez-edc0e750d79e1901d480e0408a89fe6f3e27c406.tar.bz2
cvez-edc0e750d79e1901d480e0408a89fe6f3e27c406.zip
dbstore/cisasearchrow.go: fix cve_id json annotation
-rw-r--r--dbstore/cisasearchrow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbstore/cisasearchrow.go b/dbstore/cisasearchrow.go
index 520a62e..9c90eee 100644
--- a/dbstore/cisasearchrow.go
+++ b/dbstore/cisasearchrow.go
@@ -9,7 +9,7 @@ import (
type CisaSearchRow struct {
Id int64 `json:"vuln_id"` // CISA vulnerability ID
CatId int64 `json:"cat_id"` // CISA catalog ID
- CveId feed.CveId `json:"nvd_id"` // NVD CVE ID
+ CveId feed.CveId `json:"cve_id"` // NVD CVE ID
Vendor string `json:"vendor"` // Vendor name
Product string `json:"product"` // Product name
Name string `json:"name"` // Vulnerability name