mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 07:14:09 +01:00
corrected a typo in the report
Former-commit-id: 24c2b1787cc76e1d051091f4527a7e2162a4875a
This commit is contained in:
@@ -459,7 +459,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
|||||||
</ul>
|
</ul>
|
||||||
#end
|
#end
|
||||||
</p>
|
</p>
|
||||||
<p>Vulnerably Software:<ul>
|
<p>Vulnerable Software & Versions:<ul>
|
||||||
#foreach($vs in $vuln.getVulnerableSoftware())
|
#foreach($vs in $vuln.getVulnerableSoftware())
|
||||||
<li><a target="_blank" 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>
|
<li><a target="_blank" 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
|
#end
|
||||||
|
|||||||
Reference in New Issue
Block a user