mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds support to the INBOUND_DATA_ERROR variable and SecRequestBodyLimit direc.
This commit is contained in:
@@ -47,6 +47,7 @@ class Rules {
|
||||
public:
|
||||
Rules()
|
||||
: m_referenceCount(0),
|
||||
requestBodyLimit(0),
|
||||
m_custom_debug_log(NULL) { }
|
||||
|
||||
explicit Rules(DebugLog *custom_log)
|
||||
@@ -124,6 +125,7 @@ class Rules {
|
||||
void debug(int level, std::string message);
|
||||
std::list<std::string> components;
|
||||
|
||||
int requestBodyLimit;
|
||||
AuditLog *audit_log;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user