Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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