Enable (Global) HTTP State in Tools -> Options -> Connection of OWASP Zap tool [on hold]

Can you tell me how the option on OWASP ZAP 2.7.0 that I highlighted in this picture works:

You can see this option by follow Tools -> Options -> Connection. I used Spring Security and enbale csrf by configure:

<http… Continue reading Enable (Global) HTTP State in Tools -> Options -> Connection of OWASP Zap tool [on hold]

Benefit of Parameter Map size validation in web application controller

I have a web application (Spring MVC) and have input data validation for every parameter in the controller. What is NOT present is checking for accepted Parameter Map Size. i.e When the controller expected 10 parameters and the request has… Continue reading Benefit of Parameter Map size validation in web application controller