mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 02:40:35 +03:00
Makes RuleWithActions const in run time operations
This commit is contained in:
@@ -59,7 +59,7 @@ class ValidateSchema : 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