added CWE

Former-commit-id: f47818f88a5fbbd883eb60709dab768f80e20c18
This commit is contained in:
Jeremy Long
2013-01-13 17:01:46 -05:00
parent c2dbe4c821
commit 9478d5aea3

View File

@@ -388,14 +388,15 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<p>Severity:
#if ($vuln.cvssScore<4.0)
Low
#elseif ($vuln.cvssScore>=7.0)
High
#else
#if ($vuln.cvssScore>=7.0)
High
#else
Medium
#end
Medium
#end
<br/>CVSS Score: $vuln.cvssScore</p>
<br/>CVSS Score: $vuln.cvssScore
#if ($vuln.cwe)
<br/>CWE: $vuln.cwe
#end</p>
<p>$esc.html($vuln.description)
#if ($vuln.getReferences().size()>0)
<ul>