Class CweDB
- java.lang.Object
-
- org.owasp.dependencycheck.data.cwe.CweDB
-
@ThreadSafe public final class CweDB extends java.lang.Object
- Author:
- Jeremy Long
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getFullName(java.lang.String cweId)
Returns the full CWE name from the CWE ID.static java.lang.String
getName(java.lang.String cweId)
Returns the full CWE name from the CWE ID.
-
-
-
Method Detail
-
getName
public static java.lang.String getName(java.lang.String cweId)
Returns the full CWE name from the CWE ID.
- Parameters:
cweId
- the CWE ID- Returns:
- the full name of the CWE
-
getFullName
public static java.lang.String getFullName(java.lang.String cweId)
Returns the full CWE name from the CWE ID.
- Parameters:
cweId
- the CWE ID- Returns:
- the full name of the CWE
-
-