mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix various minor issues on the auditlog schema
This commit is contained in:
@@ -65,6 +65,7 @@ int main (int argc, char **argv)
|
||||
msc_process_request_body(assay);
|
||||
msc_process_response_headers(assay);
|
||||
msc_process_response_body(assay);
|
||||
msc_process_logging(assay, 200);
|
||||
end:
|
||||
msc_rules_cleanup(rules);
|
||||
msc_cleanup(modsec);
|
||||
|
Reference in New Issue
Block a user