mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Changes the saving selection for the audit logs
This commit is contained in:
@@ -47,6 +47,7 @@ class RuleMessage {
|
||||
m_maturity(rule->m_maturity),
|
||||
m_rule(rule),
|
||||
m_saveMessage(false),
|
||||
m_noAuditLog(false),
|
||||
m_match(std::string(""))
|
||||
{ }
|
||||
|
||||
@@ -70,6 +71,7 @@ class RuleMessage {
|
||||
std::list<std::string> m_tags;
|
||||
std::list<std::string> m_server_logs;
|
||||
|
||||
bool m_noAuditLog;
|
||||
Rule *m_rule;
|
||||
bool m_saveMessage;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user