mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to SecResponseBodyMimeType
This commit is contained in:
@@ -194,6 +194,7 @@ class Assay {
|
||||
std::string *m_namesArgsGet;
|
||||
std::string *m_requestHeadersNames;
|
||||
std::string *m_responseHeadersNames;
|
||||
std::string *m_responseContentType;
|
||||
double m_ARGScombinedSize;
|
||||
/** TODO: Support to save double in the storage. */
|
||||
std::string *m_ARGScombinedSizeStr;
|
||||
|
@@ -201,6 +201,7 @@ class RulesProperties {
|
||||
std::string audit_log_path;
|
||||
std::string audit_log_parts;
|
||||
std::list<std::string> components;
|
||||
std::set<std::string> m_responseBodyTypeToBeInspected;
|
||||
|
||||
DebugLog *m_debugLog;
|
||||
|
||||
|
Reference in New Issue
Block a user