From 7fb7d4209fd8f8afcfbd70d7b0eaa1512c886697 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 22 Jan 2014 07:43:08 -0500 Subject: [PATCH] updated to remove exception details per issue #46 Former-commit-id: 373f5464b15e63fd57861b32b14c9b47723eca87 --- .../main/resources/templates/HtmlReport.vsl | 30 ------------------- .../main/resources/templates/XmlReport.vsl | 28 ----------------- 2 files changed, 58 deletions(-) diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl index e655434eb..c80c7b4e4 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -522,36 +522,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. MD5: $esc.html($dependency.Md5sum)
SHA1: $esc.html($dependency.Sha1sum)

- - #if ( $dependency.analysisExceptions.size() != 0 ) - #set($cnt=$cnt+1) - - - #end #set($cnt=$cnt+1)