feat(cpescan): Use JVN as a second DB for CPE scan (#1268)

* feat(cpescan): Use JVN as a second DB for CPE scan

* feat(tui): display score of detectionmethod

* update go.mod
This commit is contained in:
Kota Kanbe
2021-07-08 12:39:46 +09:00
committed by GitHub
parent 0b9ec05181
commit f0b3a8b1db
7 changed files with 39 additions and 43 deletions

View File

@@ -1014,7 +1014,7 @@ CWE
Confidence
-----------
{{range $confidence := .Confidences -}}
* {{$confidence.DetectionMethod}}
* {{$confidence.Score}} / {{$confidence.DetectionMethod}}
{{end}}
References
-----------