chore(deps): bump go-cve-dictionary to 0.10.0 (#1803)

This commit is contained in:
MaineK00n
2023-12-07 12:48:14 +09:00
committed by GitHub
parent df960cc0f5
commit 7e12e9abc4
4 changed files with 116 additions and 111 deletions

View File

@@ -470,7 +470,7 @@ func FillCvesWithNvdJvnFortinet(r *models.ScanResult, cnf config.GoCveDictConf,
}
for _, con := range nvds {
if !con.Empty() {
vinfo.CveContents[con.Type] = []models.CveContent{con}
vinfo.CveContents[con.Type] = append(vinfo.CveContents[con.Type], con)
}
}
for _, con := range append(jvns, fortinets...) {