mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Implement id ranges for ctl:ruleRemoveTargetById
This commit is contained in:
committed by
Felipe Zimmerle
parent
39ac4760ea
commit
b83d1f1d06
@@ -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