mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds Upload configuration paramters to the libmodsec parser
This commit is contained in:
@@ -215,6 +215,11 @@ class RulesProperties {
|
||||
std::string m_httpbl_key;
|
||||
std::ostringstream parserError;
|
||||
|
||||
bool uploadKeepFiles;
|
||||
int uploadFileLimit;
|
||||
int uploadFileMode;
|
||||
std::string uploadDirectory;
|
||||
|
||||
audit_log::AuditLog *audit_log;
|
||||
|
||||
OnFailedRemoteRulesAction remoteRulesActionOnFailed;
|
||||
|
Reference in New Issue
Block a user