mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Makes RuleWithActions const in run time operations
This commit is contained in:
@@ -24,7 +24,7 @@ namespace operators {
|
||||
|
||||
|
||||
bool GsbLookup::evaluate(Transaction *transaction,
|
||||
RuleWithActions *rule,
|
||||
const RuleWithActions *rule,
|
||||
const bpstd::string_view &str,
|
||||
RuleMessage *ruleMessage) {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user