diff options
-rw-r--r-- | dbstore/cisasearchrow.go | 2 |
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 |