mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
added CWE
Former-commit-id: ce1b558996087cf4b95ca485de236f9bed477d2b
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user