@@ -515,6 +560,10 @@ the reporting provided constitutes acceptance for use in an AS IS condition, and
implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided
is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever
arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.
@@ -725,6 +774,12 @@ arising out of or in connection with the use of this tool, the analysis performe
None
#else ## ($dependency.getIdentifiers().size()>0)
+ #set($suppressGav='')
+ #foreach($id in $dependency.getIdentifiers())
+ #if ($id.type=="maven")
+ #set($suppressGav=$id.value)
+ #end
+ #end
#foreach($id in $dependency.getIdentifiers())
#if( $id.url )
##yes, we are HTML Encoding the href. this is okay. We can't URL encode as we have to trust the analyzer here...
@@ -737,7 +792,7 @@ arising out of or in connection with the use of this tool, the analysis performe
#end
#if ($id.type=="cpe")
##yes, we are HTML Encoding into JavaScript... the escape utils don't have a JS Encode and I haven't written one yet
-
+
#end
#if ($id.description)
$enc.html($id.description)
@@ -753,7 +808,7 @@ arising out of or in connection with the use of this tool, the analysis performe
#foreach($vuln in $dependency.getVulnerabilities())
#set($vsctr=$vsctr+1)
-