From edc0e750d79e1901d480e0408a89fe6f3e27c406 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 18 Mar 2022 00:37:52 -0400 Subject: dbstore/cisasearchrow.go: fix cve_id json annotation --- dbstore/cisasearchrow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3