First version of the inline highlight calculation

This commit is contained in:
Felipe Zimmerle
2018-10-11 10:00:54 -03:00
parent aa8fb3434f
commit eec95cfe17
11 changed files with 205 additions and 9 deletions

View File

@@ -301,12 +301,12 @@ class ModSecurity {
collection::Collection *m_ip_collection;
collection::Collection *m_session_collection;
collection::Collection *m_user_collection;
int m_logProperties;
private:
std::string m_connector;
std::string m_whoami;
ModSecLogCb m_logCb;
int m_logProperties;
};