mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-02 04:27:47 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
||||
bool StrEq::evaluate(Assay *assay, const std::string &str) {
|
||||
std::string p = MacroExpansion::expand(param, assay);
|
||||
bool StrEq::evaluate(Transaction *transaction, const std::string &str) {
|
||||
std::string p = MacroExpansion::expand(param, transaction);
|
||||
bool eq = !p.compare(str);
|
||||
|
||||
if (negation) {
|
||||
|
Reference in New Issue
Block a user