mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -36,7 +36,7 @@ class ValidateByteRange : public Operator {
|
||||
|
||||
~ValidateByteRange() override { }
|
||||
|
||||
bool evaluate(Assay *assay, const std::string &input) override;
|
||||
bool evaluate(Transaction *transaction, const std::string &input) override;
|
||||
bool getRange(const std::string &rangeRepresentation, const char **error);
|
||||
bool init(const std::string& file, const char **error) override;
|
||||
private:
|
||||
|
Reference in New Issue
Block a user