From e8788dd2a428d19f950a595096c2618de27c9e13 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 18 Oct 2016 20:08:43 -0400 Subject: [PATCH] #601 make the dependency vulnerability count easier to pull out of the html --- .../src/main/resources/templates/VulnerabilityReport.vsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/main/resources/templates/VulnerabilityReport.vsl b/dependency-check-core/src/main/resources/templates/VulnerabilityReport.vsl index 14802ad18..4b0036c14 100644 --- a/dependency-check-core/src/main/resources/templates/VulnerabilityReport.vsl +++ b/dependency-check-core/src/main/resources/templates/VulnerabilityReport.vsl @@ -190,7 +190,7 @@ arising out of or in connection with the use of this tool, the analysis performe #end #end Dependencies Scanned: $depCount
- Vulnerable Dependencies: $vulnCount

+ Vulnerable Dependencies: $vulnCount

Vulnerable Dependencies

#set($cnt=0)