mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 16:06:12 +03:00
Process the log phase independent of disruptive actions
Disruptive actions was making the log phase to not be processed.
This commit is contained in:
parent
5e80e001e5
commit
693238b235
@ -138,9 +138,9 @@ void perform_unit_test(std::vector<RegressionTest *> *tests,
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
end:
|
||||||
modsec_assay->processLogging();
|
modsec_assay->processLogging();
|
||||||
|
|
||||||
end:
|
|
||||||
CustomDebugLog *d = reinterpret_cast<CustomDebugLog *>
|
CustomDebugLog *d = reinterpret_cast<CustomDebugLog *>
|
||||||
(modsec_rules->debug_log);
|
(modsec_rules->debug_log);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user