mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Makes RuleWithActions const in run time operations
This commit is contained in:
@@ -68,7 +68,7 @@ class RuleScript : public RuleWithActions {
|
||||
}
|
||||
|
||||
bool init(std::string *err);
|
||||
bool evaluate(Transaction *trans) override;
|
||||
bool evaluate(Transaction *trans) const override;
|
||||
|
||||
std::string m_name;
|
||||
std::shared_ptr<engine::Lua> m_lua;
|
||||
|
||||
Reference in New Issue
Block a user