mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-30 05:42:10 +02: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
|
||||
</stackTrace>
|
||||
#end
|
||||
|
||||
#if ( $ex.cause )
|
||||
<innerException>
|
||||
<message>$esc.html($ex.cause.message)</message>
|
||||
@@ -112,6 +111,11 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||
</reference>
|
||||
#end
|
||||
</references>
|
||||
<vulnerableSoftware>
|
||||
#foreach($vs in $vuln.getVulnerableSoftware())
|
||||
<software#if($vs.hasPreviousVersion()) allPreviousVersion="true"#end>$esc.html($vs.name)</software>
|
||||
#end
|
||||
</vulnerableSoftware>
|
||||
</vulnerability>
|
||||
#end
|
||||
</vulnerabilities>
|
||||
|
||||
Reference in New Issue
Block a user