mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
parent
6f92c8914a
commit
d0b423fdd7
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
|||||||
v3.0.3 - YYYY-MMM-DD (to be released)
|
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
|
- Disables skip counter if debug log is disabled
|
||||||
[@zimmerle]
|
[@zimmerle]
|
||||||
- Cosmetics: Represents amount of skipped rules without decimal
|
- 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(
|
//ss << utils::string::dash_if_empty(
|
||||||
// this->m_collections.resolveFirst("LOCAL_USER").get());
|
// this->m_collections.resolveFirst("LOCAL_USER").get());
|
||||||
//ss << " ";
|
//ss << " ";
|
||||||
//ss << tstr << " ";
|
ss << tstr << " ";
|
||||||
|
|
||||||
ss << "\"";
|
ss << "\"";
|
||||||
ss << utils::string::dash_if_empty(m_variableRequestMethod.evaluate());
|
ss << utils::string::dash_if_empty(m_variableRequestMethod.evaluate());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user