mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to the @rbl operator
This commit is contained in:
@@ -49,6 +49,7 @@ class RulesProperties {
|
||||
RulesProperties()
|
||||
: audit_log(NULL),
|
||||
m_debugLog(new DebugLog()),
|
||||
m_httpbl_key(""),
|
||||
remoteRulesActionOnFailed(AbortOnFailedRemoteRulesAction),
|
||||
requestBodyLimit(0),
|
||||
requestBodyNoFilesLimit(0),
|
||||
@@ -63,6 +64,7 @@ class RulesProperties {
|
||||
explicit RulesProperties(DebugLog *debugLog)
|
||||
: audit_log(NULL),
|
||||
m_debugLog(debugLog),
|
||||
m_httpbl_key(""),
|
||||
remoteRulesActionOnFailed(AbortOnFailedRemoteRulesAction),
|
||||
requestBodyLimit(0),
|
||||
requestBodyNoFilesLimit(0),
|
||||
@@ -207,6 +209,7 @@ class RulesProperties {
|
||||
|
||||
DebugLog *m_debugLog;
|
||||
|
||||
std::string m_httpbl_key;
|
||||
std::ostringstream parserError;
|
||||
|
||||
audit_log::AuditLog *audit_log;
|
||||
|
Reference in New Issue
Block a user