diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
index 54d88da56..bf948426c 100644
--- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
+++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl
@@ -534,7 +534,7 @@ arising out of or in connection with the use of this tool, the analysis performe
$enc.html($prop.key): $enc.html($prop.value)
#end
- Display: Showing Vulnerable Dependencies
+ Display: Showing Vulnerable Dependencies (click to show all)
#set($lnkcnt=0)
@@ -606,22 +606,6 @@ arising out of or in connection with the use of this tool, the analysis performe
#end
-##
-## #set($lnkcnt=0)
-## #foreach($dependency in $dependencies)
-## #set($lnkcnt=$lnkcnt+1)
-## -
-## $enc.html($dependency.DisplayFileName)
-## #if($dependency.getRelatedDependencies().size()>0)
-##
-## #foreach($related in $dependency.getRelatedDependencies())
-## - $enc.html($related.DisplayFileName)
-## #end
-##
-## #end
-##
-## #end
-##
Dependencies
#set($lnkcnt=0)
#set($cnt=0)
@@ -644,6 +628,19 @@ arising out of or in connection with the use of this tool, the analysis performe
File Path: $enc.html($dependency.FilePath)
MD5: $enc.html($dependency.Md5sum)
SHA1: $enc.html($dependency.Sha1sum)
+ #if ($dependency.projectReferences.size()==1)
+
Referenced In Project:
+ #foreach($ref in $dependency.projectReferences)
+ $enc.html($ref)
+ #end
+ #end
+ #if ($dependency.projectReferences.size()>1)
+
Referenced In Projects:
+ #foreach($ref in $dependency.projectReferences)
+ - $enc.html($ref)
+ #end
+
+ #end
#set($cnt=$cnt+1)
Evidence