esapi-java-legacy icon indicating copy to clipboard operation
esapi-java-legacy copied to clipboard

ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications.

Results 116 esapi-java-legacy issues
Sort by recently updated
recently updated
newest added

### Description While deploying a web application using `esapi-2.6.0.0.jar`, the following error is encountered: ### Steps to Reproduce 1. Deploy a web application that includes `esapi-2.6.0.0.jar` in the `WEB-INF/lib` folder....

bug

_From [[email protected]](https://code.google.com/u/101715130151500774229/) on July 19, 2011 09:54:26_ in DefaultSecurityConfiguration, the loadConfiguration method is allowed to be overridden, but has too many logical components, requiring duplication in overridden methods. This method...

imported
Type-Task

I got bored and thought I'd pick out some low-hanging classes for a couple more tests.

I updated the dependency-check-maven plugin version locally to 12.1.1 and ran with a later JDK to confirm no other CVEs were detected.

Hi, The ESAPI library still depends on Commons Collections 3.x, which contains a known vulnerability. Apache Commons Collections is a transitive dependency of Apache Commons BeanUtils. BeanUtils itself has been...

I have been looking at 2.4.0.0 that we us in our old product and I have tried running tests. Four tests are failing: ``` [ERROR] EncryptedPropertiesUtilsTest.testCreateNew:93 » UnsupportedOperation This method...