mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds support to action CtlRuleRemoteTargetById
This commit is contained in:
@@ -273,6 +273,11 @@ class Transaction {
|
||||
*/
|
||||
std::list< std::pair<std::string, std::string> > m_ruleRemoteTargetByTag;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
std::list< std::pair<int, std::string> > m_ruleRemoteTargetById;
|
||||
|
||||
/**
|
||||
* 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