mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Adds variable TX and action "capture".
This commit is contained in:
@@ -41,7 +41,7 @@ Phase::Phase(std::string action)
|
||||
}
|
||||
}
|
||||
|
||||
bool Phase::evaluate(Rule *rule) {
|
||||
bool Phase::evaluate(Rule *rule, Assay *assay) {
|
||||
rule->phase = this->phase;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user