mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Makes RuleWithActions const in run time operations
This commit is contained in:
@@ -39,7 +39,7 @@ bool Rx::init(const std::string &file, std::string *error) {
|
||||
|
||||
|
||||
bool Rx::evaluate(Transaction *transaction,
|
||||
RuleWithActions *rule,
|
||||
const RuleWithActions *rule,
|
||||
const bpstd::string_view &input,
|
||||
RuleMessage *ruleMessage) {
|
||||
Regex *re;
|
||||
|
||||
Reference in New Issue
Block a user