mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 02:57:12 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
class Assay;
|
||||
class Transaction;
|
||||
|
||||
namespace actions {
|
||||
namespace transformations {
|
||||
@@ -52,7 +52,7 @@ class UrlDecode : public Transformation {
|
||||
public:
|
||||
explicit UrlDecode(std::string action);
|
||||
std::string evaluate(std::string exp,
|
||||
Assay *assay) override;
|
||||
Transaction *transaction) override;
|
||||
|
||||
int urldecode_nonstrict_inplace(unsigned char *input, uint64_t input_len,
|
||||
int *invalid_count, int *changed);
|
||||
|
||||
Reference in New Issue
Block a user