mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
added vulnerable software to the report
Former-commit-id: 97658f4c2776c47b41d74db3be180c871dbcf243
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