mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds first version of `processContentOffset'
This commit also includes an example application on how to use the `processContentOffset' method.
This commit is contained in:
committed by
Felipe Zimmerle
parent
7aae5dc183
commit
027d50b76b
@@ -221,6 +221,9 @@ class ModSecurity {
|
||||
void serverLog(void *data, const std::string& msg);
|
||||
const std::string& getConnectorInformation();
|
||||
|
||||
int processContentOffset(const char *content, size_t len,
|
||||
const char *matchString, std::string *json, const char **err);
|
||||
|
||||
collection::Collection *m_global_collection;
|
||||
collection::Collection *m_resource_collection;
|
||||
collection::Collection *m_ip_collection;
|
||||
|
Reference in New Issue
Block a user