mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Merge pull request #2749 from martinhsv/v2/master
mlogc log-line parsing fails due to enhanced timestamp
This commit is contained in:
commit
03ec81d86f
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
||||
DD mmm YYYY - 2.9.x (to be released)
|
||||
-------------------
|
||||
|
||||
* mlogc log-line parsing fails due to enhanced timestamp
|
||||
[Issue #2682 - @bozhinov, @ABrauer-CPT, @martinhsv]
|
||||
* Allow no-key, single-value JSON body
|
||||
[Issue #2735 - @marcstern, @martinhsv]
|
||||
* Set SecStatusEngine Off in modsecurity.conf-recommended
|
||||
|
@ -96,7 +96,7 @@ do { \
|
||||
static const char logline_pattern[] =
|
||||
"^(\\S+)"
|
||||
"\\ (\\S+)\\ (\\S+)\\ (\\S+)"
|
||||
"\\ \\[([^:]+):(\\d+:\\d+:\\d+)\\ ([^\\]]+)\\]"
|
||||
"\\ \\[([^:]+):(\\d+:\\d+:\\d+(?:[.]\\d+)?)\\ ([^\\]]+)\\]"
|
||||
"\\ \"(.*)\""
|
||||
"\\ (\\d+)\\ (\\S+)"
|
||||
"\\ \"(.*)\"\\ \"(.*)\""
|
||||
|
Loading…
x
Reference in New Issue
Block a user