Top "Esapi" questions

The Enterprise Security API (ESAPI) is a library developed by the Open Web Application Security Project (OWASP).

Trying to Use ESAPI But getting Error

I am trying to use ESAPI.jar for providing security to my web application.Basically I have just started using …

java security web-applications esapi
Where can I find ESAPI.properties?

Am trying to use OWASP ESAPI library in my web app to escape request parameters in JSPs as below ESAPI.…

java escaping owasp esapi
How to fix Veracode CWE 117 (Improper Output Neutralization for Logs)

There is an Spring global @ExceptionHandler(Exception.class) method which logs exception like that: @ExceptionHandler(Exception.class) void handleException(Exception …

java spring logging esapi veracode
Use of ESAPI getValidInput method

I was not able to use the of method present under ESAPI class' java.lang.String getValidInput(java.lang.String …

java esapi
Howto sanitize inputs

I am willing to use "OWASP ESAPI for Java" to sanitize users inputs when they submits forms in a Tomcat …

java input sanitize owasp esapi
How to fix the HTTP Response splitting vulnerability with ESAPI

after a recent findbugs (FB) run it complains about a: Security - HTTP Response splitting vulnerability The following code triggers …

java servlets security httprequest esapi
ESAPI for XSS prevention not working

I am working on fixing Cross site scripting issues in our code mainly in JSPS. Below is the original code //…

java xss fortify cross-site esapi
ESAPI with spring mvc

I am trying to use OWASP ESAPI for validating strings in a spring mvc project. So far I have done: 1…

spring esapi
OWASP ESAPI simpleTest in a Maven Java EE project

i have a litte JavaEE project, and i have to secure it with the OWASP ESAPI i integrated the ESAPI …

security jakarta-ee maven owasp esapi
Correct location for ESAPI.properties under web project

I added a OWASP ESAPI library to my project. And currently I'm stuck with a problem where to locate ESAPI.…

java eclipse esapi