mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-03 04:57:58 +03:00
9fb03d277d95428144e35c1418b7cb34fc25a071
Cleaned up what vars are cacheable. Added parens around "*foo++" where it clarified the operation to be "*(foo++)". Added " at VARNAME" to operator matches where needed. Escaped var->name in the var generation (user-supplied data). Marked a bunch of TODOs as ENHs instead. Transformed some C++ style comments to C style. Removed the %0-9 macros code which was commented out. Optimized some ctl action code so that multiple ifs are else ifs. Implemented some error messages marked as ENH. Make commented out acmp debugging a configure-time option. Cleanup GEO debug log messages. Added relative filename support for geo dbs. Added help text to Sec* directives.
ModSecurity for Apache 2.x, http://www.modsecurity.org/ Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) ModSecurity for Apache is an open source product, released under terms of the General Public Licence, Version 2 (GPLv2). Please refer to the file LICENSE, which contains the complete text of the licence. DOCUMENTATION Please refer to the documentation folder (/doc) for the reference manual.
Description
Languages
C++
89.1%
M4
4.8%
LLVM
4.1%
Makefile
0.7%
CMake
0.5%
Other
0.8%