mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to action CtlRuleRemoteTargetByTag
This commit is contained in:
@@ -59,6 +59,7 @@ class Rule {
|
||||
|
||||
std::vector<std::string> getActionNames();
|
||||
std::vector<actions::Action *> getActionsByName(const std::string& name);
|
||||
bool containsTag(const std::string& name, Transaction *t);
|
||||
|
||||
std::vector<Variables::Variable *> *variables;
|
||||
int phase;
|
||||
|
@@ -268,6 +268,11 @@ class Transaction {
|
||||
*/
|
||||
Rules *m_rules;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
std::list< std::pair<std::string, std::string> > m_ruleRemoteTargetByTag;
|
||||
|
||||
/**
|
||||
* The list m_auditLogModifier contains modifications to the `auditlogs'
|
||||
* for this specific request, those modifications can happens via the
|
||||
|
Reference in New Issue
Block a user