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

fix: Change 'SecEngineStatus' to Off by default #3092

Closed airween closed 2 months ago

airween commented 2 months ago

The default setting of SecStatusEngine is Off because there is no any advantage to turn that on.

This PR changes the value to Off.

Closes #3085.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

dune73 commented 2 months ago

Thank you. Merging now.