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 #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
-##

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: + #end

#set($cnt=$cnt+1)