mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -36,9 +36,9 @@ bool ContainsWord::acceptableChar(const std::string& a, size_t pos) {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ContainsWord::evaluate(Assay *assay,
|
||||
bool ContainsWord::evaluate(Transaction *transaction,
|
||||
const std::string& input) {
|
||||
std::string paramTarget = MacroExpansion::expand(param, assay);
|
||||
std::string paramTarget = MacroExpansion::expand(param, transaction);
|
||||
|
||||
if (paramTarget.empty()) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user