added vulnerable software to the report

Former-commit-id: 97658f4c2776c47b41d74db3be180c871dbcf243
This commit is contained in:
Jeremy Long
2013-04-20 06:16:43 -04:00
parent e73ad07836
commit 9fa62ef388

View File

@@ -404,7 +404,12 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
#end
</ul>
#end
</p>
</p>
<p>Vulnerably Software:<ul>
#foreach($vs in $vuln.getVulnerableSoftware())
<li><a href="http://web.nvd.nist.gov/view/vuln/search-results?cpe=$esc.url($vs.name)">$esc.html($vs.name)</a> #if($vs.hasPreviousVersion()) and all previous versions.#end</li>
#end
</ul></p>
#end
</div>
#end