added vulnerable software to the report

Former-commit-id: a301e9096ad4afc205f3b2cbb9b2eb27213f8e61
This commit is contained in:
Jeremy Long
2013-04-20 06:16:43 -04:00
parent c352cd63ac
commit ca4a91d621

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