mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 06:09:03 +03:00
Refactoring: changes ModSecurityStringVar to transaction::Variable
Having the variables and collection in place before start to implement persistent storage.
This commit is contained in:
@@ -33,7 +33,7 @@ class Variable {
|
||||
: name(_name) { }
|
||||
|
||||
static std::string to_s(std::vector<Variable *> *variables);
|
||||
virtual std::list<ModSecurityStringVar *> *
|
||||
virtual std::list<transaction::Variable *> *
|
||||
evaluate(Assay *assay);
|
||||
std::string name;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user