mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds "matched" line to the audit logs
This commit is contained in:
@@ -102,6 +102,7 @@ class RuleMessage {
|
||||
m_ver = rule->m_ver;
|
||||
m_maturity = rule->m_maturity;
|
||||
m_rule = rule;
|
||||
m_match = std::string("");
|
||||
};
|
||||
RuleMessage(Rule *rule, std::string message) {
|
||||
m_ruleFile = rule->m_fileName;
|
||||
@@ -115,6 +116,7 @@ class RuleMessage {
|
||||
m_ver = rule->m_ver;
|
||||
m_maturity = rule->m_maturity;
|
||||
m_rule = rule;
|
||||
m_match = std::string("");
|
||||
};
|
||||
|
||||
std::string m_match;
|
||||
|
Reference in New Issue
Block a user