mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds SecComponentSignature configuration directive
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -121,6 +122,7 @@ class Rules {
|
||||
int debug_level;
|
||||
DebugLog *debug_log;
|
||||
void debug(int level, std::string message);
|
||||
std::list<std::string> components;
|
||||
|
||||
AuditLog *audit_log;
|
||||
|
||||
|
Reference in New Issue
Block a user