mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Makes RuleWithActions const in run time operations
This commit is contained in:
@@ -35,7 +35,7 @@ class Lt : public Operator {
|
||||
}
|
||||
|
||||
bool evaluate(Transaction *transaction,
|
||||
RuleWithActions *rule,
|
||||
const RuleWithActions *rule,
|
||||
const bpstd::string_view &input,
|
||||
RuleMessage *ruleMessage) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user