mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Actions refactoring: now there is a clear definiation on the action name
This commit is contained in:
@@ -34,6 +34,7 @@ class SetSID : public Action {
|
||||
|
||||
bool evaluate(Rule *rule, Transaction *transaction) override;
|
||||
bool init(std::string *error) override;
|
||||
|
||||
private:
|
||||
std::string m_collection_key;
|
||||
};
|
||||
|
Reference in New Issue
Block a user