mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Implement id ranges for ctl:ruleRemoveTargetById
This commit is contained in:
committed by
Felipe Zimmerle
parent
abf59f4b84
commit
1f350296ba
@@ -545,6 +545,7 @@ class Transaction : public TransactionAnchoredVariables, public TransactionSecMa
|
||||
*
|
||||
*/
|
||||
std::list< std::pair<int, std::string> > m_ruleRemoveTargetById;
|
||||
std::list< std::pair<std::pair<int, int>, std::string> > m_ruleRemoveTargetByIdRange;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user