[Esapi-dev] Deprecated code in ESAPI
Charles Smith
charles.smith at n2netsec.com
Wed Dec 28 16:11:57 UTC 2011
Do I need to worry about deprecated stuff like this?
The field Encoder.CHAR_ALPHANUMERICS is deprecated
User.java line 666
/ESAPI_2.0/src/main/java/org/owasp/esapi
public String resetCSRFToken() throws AuthenticationException {
csrfToken = ESAPI.randomizer().getRandomString(8,
Encoder.CHAR_ALPHANUMERICS);
return csrfToken;
}
Charles E. Smith
Software Developer
N2Netsecurity, Inc
919-423-0834
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.owasp.org/pipermail/esapi-dev/attachments/20111228/9ea1742c/attachment.html>
More information about the Esapi-dev
mailing list