mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
actions: Removes Rule parameter from runtime execute
Generals organization on the Action class
This commit is contained in:
committed by
Felipe Zimmerle
parent
eb3e05646d
commit
bf3a1d84ff
@@ -48,6 +48,8 @@ typedef struct Rules_t RulesSet;
|
||||
#include "modsecurity/variable_value.h"
|
||||
#include "modsecurity/collection/collection.h"
|
||||
#include "modsecurity/variable_origin.h"
|
||||
#include "modsecurity/actions/action.h"
|
||||
|
||||
|
||||
#ifndef NO_LOGS
|
||||
#define ms_dbg(b, c) \
|
||||
@@ -568,12 +570,12 @@ class Transaction : public TransactionAnchoredVariables, public TransactionSecMa
|
||||
int m_requestBodyAccess;
|
||||
|
||||
/**
|
||||
* The list m_auditLogModifier contains modifications to the `auditlogs'
|
||||
* for this specific request, those modifications can happens via the
|
||||
* utilization of the action: `ctl:auditLogParts='
|
||||
* m_auditLogParts contains auditlog parts for this specific request,
|
||||
* it also holds the modifications can happens via the utilization of
|
||||
* the action: `ctl:auditLogParts='
|
||||
*
|
||||
*/
|
||||
std::list< std::pair<int, std::string> > m_auditLogModifier;
|
||||
int m_auditLogParts;
|
||||
|
||||
/**
|
||||
* Holds the request body, in case of any.
|
||||
|
||||
Reference in New Issue
Block a user