mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +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:
|
<p>Severity:
|
||||||
#if ($vuln.cvssScore<4.0)
|
#if ($vuln.cvssScore<4.0)
|
||||||
Low
|
Low
|
||||||
#else
|
#elseif ($vuln.cvssScore>=7.0)
|
||||||
#if ($vuln.cvssScore>=7.0)
|
|
||||||
High
|
High
|
||||||
#else
|
#else
|
||||||
Medium
|
Medium
|
||||||
#end
|
#end
|
||||||
#end
|
<br/>CVSS Score: $vuln.cvssScore
|
||||||
<br/>CVSS Score: $vuln.cvssScore</p>
|
#if ($vuln.cwe)
|
||||||
|
<br/>CWE: $vuln.cwe
|
||||||
|
#end</p>
|
||||||
<p>$esc.html($vuln.description)
|
<p>$esc.html($vuln.description)
|
||||||
#if ($vuln.getReferences().size()>0)
|
#if ($vuln.getReferences().size()>0)
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user