mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Huge improve in the variables resolution time
This commit is contained in:
@@ -289,7 +289,7 @@ bool Rule::evaluate(Assay *assay) {
|
||||
for (auto &y : *z) {
|
||||
exclusions.push_back(y->m_key);
|
||||
}
|
||||
exclusions.push_back(variable->name);
|
||||
exclusions.push_back(variable->m_name);
|
||||
delete z;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user