Skip to content

Commit

Permalink
suhosin.conf: removed greedy match
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Jan 21, 2017
1 parent 8aa9516 commit 54a8c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/filter.d/suhosin.conf
Expand Up @@ -17,7 +17,7 @@ _daemon = (?:lighttpd|suhosin)

_lighttpd_prefix = (?:\(mod_fastcgi\.c\.\d+\) FastCGI-stderr:\s)

failregex = ^%(__prefix_line)s%(_lighttpd_prefix)s?ALERT - .*? \(attacker '<HOST>', file '.*'(?:, line \d+)?\)$
failregex = ^%(__prefix_line)s%(_lighttpd_prefix)s?ALERT - .*? \(attacker '<HOST>', file '[^']*'(?:, line \d+)?\)$

ignoreregex =

Expand Down

0 comments on commit 54a8c68

Please sign in to comment.