mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
added vulnerable software to the report
Former-commit-id: a301e9096ad4afc205f3b2cbb9b2eb27213f8e61
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user