mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +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:
@@ -35,7 +35,7 @@ class Multipart {
|
||||
bool process(std::string data);
|
||||
void checkForCrlfLf(const std::string &blob);
|
||||
|
||||
ModSecurityStringVariables variables;
|
||||
transaction::Variables variables;
|
||||
|
||||
bool crlf;
|
||||
bool containsDataAfter;
|
||||
|
Reference in New Issue
Block a user