mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -24,9 +24,9 @@ namespace modsecurity {
|
||||
namespace operators {
|
||||
|
||||
|
||||
bool Within::evaluate(Assay *assay, const std::string &str) {
|
||||
bool Within::evaluate(Transaction *transaction, const std::string &str) {
|
||||
bool res = false;
|
||||
std::string paramTarget = MacroExpansion::expand(param, assay);
|
||||
std::string paramTarget = MacroExpansion::expand(param, transaction);
|
||||
|
||||
if (str.empty()) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user