From 726aa7b894038cfad8534730d511f8cc9b486bb2 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Tue, 14 Jul 2015 07:41:19 -0400 Subject: [PATCH] changed tooltip header on evidence count Former-commit-id: fdf92f87a81d985fd01b19d5ce04517c81608a62 --- .../src/main/resources/templates/HtmlReport.vsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl index e1b217a47..979d16327 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -560,7 +560,7 @@ arising out of or in connection with the use of this tool, the analysis performe Highest Severity CVE Count CPE Confidence - Evidence Count + Evidence Count #foreach($dependency in $dependencies) #set($lnkcnt=$lnkcnt+1)