mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Adds all variables to the 'Variables' name space
This commit is contained in:
@@ -32,6 +32,7 @@ namespace ModSecurity {
|
||||
|
||||
using operators::Operator;
|
||||
using actions::Action;
|
||||
using Variables::Variable;
|
||||
|
||||
Rule::Rule(Operator *_op,
|
||||
std::vector<Variable *> *_variables,
|
||||
|
Reference in New Issue
Block a user