mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
parent
6f92c8914a
commit
d0b423fdd7
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
||||
v3.0.3 - YYYY-MMM-DD (to be released)
|
||||
-------------------------------------
|
||||
|
||||
- Adds time stamp back to the audit logs
|
||||
[Issue #1762 - @Pjack, @zimmerle]
|
||||
- Disables skip counter if debug log is disabled
|
||||
[@zimmerle]
|
||||
- Cosmetics: Represents amount of skipped rules without decimal
|
||||
|
@ -1396,7 +1396,7 @@ std::string Transaction::toOldAuditLogFormatIndex(const std::string &filename,
|
||||
//ss << utils::string::dash_if_empty(
|
||||
// this->m_collections.resolveFirst("LOCAL_USER").get());
|
||||
//ss << " ";
|
||||
//ss << tstr << " ";
|
||||
ss << tstr << " ";
|
||||
|
||||
ss << "\"";
|
||||
ss << utils::string::dash_if_empty(m_variableRequestMethod.evaluate());
|
||||
|
Loading…
x
Reference in New Issue
Block a user