added vulnerable software

Former-commit-id: dd4b3a9e06bb33e4f895565bec4588a8b38f6f5d
This commit is contained in:
Jeremy Long
2013-04-18 06:24:40 -04:00
parent a3012a29c2
commit 1ded1b603e

View File

@@ -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>