mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
Implement id ranges for ctl:ruleRemoveTargetById
This commit is contained in:
committed by
Felipe Zimmerle
parent
5b204642ab
commit
c258cff815
@@ -546,6 +546,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