From 9fa62ef3887224b8bf9379cb71d7b5e54148305c 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: 97658f4c2776c47b41d74db3be180c871dbcf243
---
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