From ca4a91d6214d25bf69a41a8189b0b7ea87bb485b Mon Sep 17 00:00:00 2001
From: Jeremy Long
Date: Sat, 20 Apr 2013 06:16:43 -0400
Subject: [PATCH] added vulnerable software to the report
Former-commit-id: a301e9096ad4afc205f3b2cbb9b2eb27213f8e61
---
src/main/resources/templates/HtmlReport.vsl | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/templates/HtmlReport.vsl b/src/main/resources/templates/HtmlReport.vsl
index 40045dd67..399c49641 100644
--- a/src/main/resources/templates/HtmlReport.vsl
+++ b/src/main/resources/templates/HtmlReport.vsl
@@ -404,7 +404,12 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
#end
#end
-
+
+ Vulnerably Software:
+ #foreach($vs in $vuln.getVulnerableSoftware())
+ - $esc.html($vs.name) #if($vs.hasPreviousVersion()) and all previous versions.#end
+ #end
+
#end
#end