mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds first version of Assay's materialization in a JSON format
That format will be used by the audit logs.
This commit is contained in:
@@ -34,7 +34,7 @@ class AuditLogWriter : public std::ofstream {
|
||||
|
||||
virtual bool close() { return true; }
|
||||
virtual bool init() { return true; }
|
||||
virtual bool write(const std::string& log) { return true; }
|
||||
virtual bool write(const std::string& log);
|
||||
|
||||
std::string file_name(const std::string& unique_id);
|
||||
};
|
||||
|
Reference in New Issue
Block a user