mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Add ctl:auditengine action support
This commit is contained in:
@@ -49,6 +49,7 @@ typedef struct Rules_t RulesSet;
|
||||
#include "modsecurity/collection/collection.h"
|
||||
#include "modsecurity/variable_origin.h"
|
||||
#include "modsecurity/anchored_set_variable_translation_proxy.h"
|
||||
#include "modsecurity/audit_log.h"
|
||||
|
||||
|
||||
#ifndef NO_LOGS
|
||||
@@ -529,6 +530,12 @@ class Transaction : public TransactionAnchoredVariables, public TransactionSecMa
|
||||
*/
|
||||
std::list< std::pair<int, std::string> > m_auditLogModifier;
|
||||
|
||||
/**
|
||||
* This transaction's most recent action ctl:auditEngine
|
||||
*
|
||||
*/
|
||||
audit_log::AuditLog::AuditLogStatus m_ctlAuditEngine;
|
||||
|
||||
/**
|
||||
* This variable holds all the messages asked to be save by the utilization
|
||||
* of the actions: `log_data' and `msg'. These should be included on the
|
||||
|
Reference in New Issue
Block a user