mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +01:00
added CWE
Former-commit-id: f47818f88a5fbbd883eb60709dab768f80e20c18
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