From e56e9035b6934d47ed4b20d7e58b52af78be6993 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 22 Jun 2016 06:38:10 -0400 Subject: [PATCH] updated to correctly label groovy's dependency scope --- .../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 a1b9b22ea..532b0f935 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -660,7 +660,7 @@ arising out of or in connection with the use of this tool, the analysis performe MD5: $enc.html($dependency.Md5sum)
SHA1: $enc.html($dependency.Sha1sum) #if ($dependency.projectReferences.size()==1) -
Referenced In Project: +
Referenced In Project/Scope: #foreach($ref in $dependency.projectReferences) $enc.html($ref) #end