mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 10:44:25 +03:00
Fix: audit log data omitted when nolog,auditlog
This commit is contained in:
committed by
Felipe Zimmerle
parent
6624a18a4e
commit
0470168056
@@ -29,6 +29,8 @@ namespace actions {
|
||||
bool NoAuditLog::evaluate(Rule *rule, Transaction *transaction,
|
||||
std::shared_ptr<RuleMessage> rm) {
|
||||
rm->m_noAuditLog = true;
|
||||
rm->m_saveMessage = false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user