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:
@@ -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