Class and Description |
---|
org.owasp.esapi.codecs.DB2Codec
This class is considered dangerous and not easily made safe and thus under strong
consideration to be removed within 1 years time after the 2.7.0.0 release. Please
see the referenced ESAPI Security Bulletin #13 for further details.
|
org.owasp.esapi.logging.java.ESAPIErrorJavaLevel
10/24/2020 : References should use ESAPICustomJavaLevel.ERROR_LEVEL
|
org.owasp.esapi.codecs.LegacyHTMLEntityCodec |
org.owasp.esapi.codecs.MySQLCodec
This class is considered dangerous and not easily made safe and thus under strong
consideration to be removed within 1 years time after the 2.7.0.0 release. Please
see the referenced ESAPI Security Bulletin #13 for further details.
|
org.owasp.esapi.codecs.OracleCodec
This class is considered dangerous and not easily made safe and thus under strong
consideration to be removed within 1 years time after the 2.7.0.0 release. Please
see the referenced ESAPI Security Bulletin #13 for further details.
|
Constructor and Description |
---|
org.owasp.esapi.reference.AbstractAccessReferenceMap(Set<Object>)
This constructor internally calls the abstract method
AbstractAccessReferenceMap.getUniqueReference() . Since this is a constructor, any
subclass that implements getUniqueReference() has not had its
own constructor run. This leads to strange bugs because subclass
internal state is initialized after calls to getUniqueReference()
have already happened. If this constructor is desired in a
subclass, consider running AbstractAccessReferenceMap.update(Set) in the subclass
constructor instead. |
org.owasp.esapi.reference.AbstractAccessReferenceMap(Set<Object>, int)
This constructor internally calls the abstract method
AbstractAccessReferenceMap.getUniqueReference() . Since this is a constructor, any
subclass that implements getUniqueReference() has not had its
own constructor run. This leads to strange bugs because subclass
internal state is initialized after calls to getUniqueReference()
have already happened. If this constructor is desired in a
subclass, consider running AbstractAccessReferenceMap.update(Set) in the subclass
constructor instead. |
org.owasp.esapi.codecs.MySQLCodec(int) |
Copyright © 2025 The Open Worldwide Application Security Project (OWASP). All rights reserved.