From df606674db5524c26575f3345d36e1fd110827a5 Mon Sep 17 00:00:00 2001
From: Jeremy Long
- 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)
-##
-## #foreach($related in $dependency.getRelatedDependencies())
-##
-## #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)
+
+ #end