From 148573371532b2a447a983ba0b0b5478ffacf100 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 10 May 2014 06:58:51 -0400 Subject: [PATCH] updated to use displayFileName field instead of FileName when writing information about dependencies Former-commit-id: bd3383ac4831bc44db6b63083e47802cce04b520 --- .../src/main/resources/templates/HtmlReport.vsl | 12 ++++++------ .../main/resources/templates/VulnerabilityReport.vsl | 4 ++-- .../src/main/resources/templates/XmlReport.vsl | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl index 201b7faf3..96ea47a70 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -532,11 +532,11 @@ arising out of or in connection with the use of this tool, the analysis performe #foreach($dependency in $dependencies) #set($lnkcnt=$lnkcnt+1)
  • - $enc.html($dependency.FileName) + $enc.html($dependency.DisplayFileName) #if($dependency.getRelatedDependencies().size()>0) #end @@ -549,7 +549,7 @@ arising out of or in connection with the use of this tool, the analysis performe #set($vsctr=0) ##counter to create unique groups for vulnerable software #foreach($dependency in $dependencies) #set($lnkcnt=$lnkcnt+1) -

    $enc.html($dependency.FileName)

    +

    $enc.html($dependency.DisplayFileName)

    #if ($dependency.description)

    Description: $enc.html($dependency.description)

    @@ -582,7 +582,7 @@ arising out of or in connection with the use of this tool, the analysis performe