mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
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());
|
||||
|
Reference in New Issue
Block a user