owasp-modsecurity / ModSecurity

ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis.
https://www.modsecurity.org
Apache License 2.0
7.67k stars 1.54k forks source link

Ep/scoped for #3090

Closed devzero2000 closed 2 months ago

devzero2000 commented 2 months ago

Patches in this series reduce the scope of variables in a for loop. In general, it is a commonly considered useful refactoring

dune73 commented 2 months ago

Thank you for your contribution @devzero2000. It's been a while. Good to see you are still working on ModSec.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

devzero2000 commented 2 months ago

I'll do the pr again

airween commented 2 months ago

I'll do the pr again

Thanks!