mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 15:24:13 +01:00
added vulnerable software
Former-commit-id: dd4b3a9e06bb33e4f895565bec4588a8b38f6f5d
This commit is contained in:
@@ -50,7 +50,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
|||||||
#end
|
#end
|
||||||
</stackTrace>
|
</stackTrace>
|
||||||
#end
|
#end
|
||||||
|
|
||||||
#if ( $ex.cause )
|
#if ( $ex.cause )
|
||||||
<innerException>
|
<innerException>
|
||||||
<message>$esc.html($ex.cause.message)</message>
|
<message>$esc.html($ex.cause.message)</message>
|
||||||
@@ -112,6 +111,11 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
|||||||
</reference>
|
</reference>
|
||||||
#end
|
#end
|
||||||
</references>
|
</references>
|
||||||
|
<vulnerableSoftware>
|
||||||
|
#foreach($vs in $vuln.getVulnerableSoftware())
|
||||||
|
<software#if($vs.hasPreviousVersion()) allPreviousVersion="true"#end>$esc.html($vs.name)</software>
|
||||||
|
#end
|
||||||
|
</vulnerableSoftware>
|
||||||
</vulnerability>
|
</vulnerability>
|
||||||
#end
|
#end
|
||||||
</vulnerabilities>
|
</vulnerabilities>
|
||||||
|
|||||||
Reference in New Issue
Block a user