mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -24,11 +24,11 @@ namespace modsecurity {
|
||||
namespace operators {
|
||||
|
||||
|
||||
bool Eq::evaluate(Assay *assay, const std::string &input) {
|
||||
bool Eq::evaluate(Transaction *transaction, const std::string &input) {
|
||||
int p = 0;
|
||||
int i = 0;
|
||||
bool eq = false;
|
||||
std::string pt = MacroExpansion::expand(param, assay);
|
||||
std::string pt = MacroExpansion::expand(param, transaction);
|
||||
|
||||
try {
|
||||
p = std::stoi(pt);
|
||||
|
||||
Reference in New Issue
Block a user