mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Adds SecComponentSignature configuration directive
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <map>
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#endif
|
||||
|
||||
#ifndef SRC_PARSER_DRIVER_H_
|
||||
@@ -88,6 +89,7 @@ class Driver {
|
||||
bool sec_response_body_access;
|
||||
|
||||
std::string debug_log_path;
|
||||
std::list<std::string> components;
|
||||
|
||||
ModSecurity::AuditLog *audit_log;
|
||||
|
||||
|
Reference in New Issue
Block a user