diff --git a/src/main/resources/templates/XmlReport.vsl b/src/main/resources/templates/XmlReport.vsl index a44f9548e..dbfcfa6f8 100644 --- a/src/main/resources/templates/XmlReport.vsl +++ b/src/main/resources/templates/XmlReport.vsl @@ -75,17 +75,20 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. #end +#if($dependency.getIdentifiers().size()>0) #foreach($id in $dependency.getIdentifiers()) $esc.html($id.value) $esc.html($id.url) - #if( $id.descrription ) - $esc.html($id.description)> - #end +#if( $id.description ) + $esc.html($id.description) +#end #end +#end +#if($dependency.getVulnerabilities().size()>0) #foreach($vuln in $dependency.getVulnerabilities()) @@ -121,5 +124,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. #end +#end \ No newline at end of file