mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Merge pull request #3055 from owasp-modsecurity/revert-3051-v2/mst/cmdline-semicol
Revert "; incorrectly replaced by space in cmdline"
This commit is contained in:
commit
bdae95a93e
@ -57,6 +57,7 @@ static int msre_fn_cmdline_execute(apr_pool_t *mptmp, unsigned char *input,
|
||||
/* replace some characters to space (only one) */
|
||||
case ' ':
|
||||
case ',':
|
||||
case ';':
|
||||
case '\t':
|
||||
case '\r':
|
||||
case '\n':
|
||||
|
Loading…
x
Reference in New Issue
Block a user