mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-02 04:27:47 +03:00
Refactoring on the RULE variable
This commit is contained in:
@@ -49,6 +49,7 @@ class RunTimeString {
|
||||
void appendText(std::string text);
|
||||
void appendVar(std::unique_ptr<modsecurity::Variables::Variable> var);
|
||||
std::string evaluate(Transaction *t);
|
||||
std::string evaluate(Transaction *t, Rule *r);
|
||||
std::string evaluate() {
|
||||
return evaluate(NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user