mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds 'http_returned_code' property to Assay class
To be used by the auditlogs
This commit is contained in:
@@ -130,6 +130,8 @@ class Assay {
|
||||
bool save_in_auditlog;
|
||||
bool do_not_save_in_auditlog;
|
||||
|
||||
int http_code_returned;
|
||||
|
||||
private:
|
||||
std::ofstream myfile;
|
||||
Rules *m_rules;
|
||||
|
Reference in New Issue
Block a user