Class CweDB

java.lang.Object
org.owasp.dependencycheck.data.cwe.CweDB

@ThreadSafe public final class CweDB extends Object
Author:
Jeremy Long
  • Method Details

    • getName

      public static String getName(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 String getFullName(String cweId)

      Returns the full CWE name from the CWE ID.

      Parameters:
      cweId - the CWE ID
      Returns:
      the full name of the CWE