mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to USER collection, setuid action and USERID variable
More details on: #1026, #1024, #1048
This commit is contained in:
@@ -225,6 +225,7 @@ class ModSecurity {
|
||||
collection::Collection *m_global_collection;
|
||||
collection::Collection *m_ip_collection;
|
||||
collection::Collection *m_session_collection;
|
||||
collection::Collection *m_user_collection;
|
||||
|
||||
private:
|
||||
std::string m_connector;
|
||||
|
Reference in New Issue
Block a user