Skip to content

Commit bdae95a

Browse files
authored
Merge pull request #3055 from owasp-modsecurity/revert-3051-v2/mst/cmdline-semicol
Revert "; incorrectly replaced by space in cmdline"
2 parents 0cd8b15 + d1d7aa9 commit bdae95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apache2/re_tfns.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ static int msre_fn_cmdline_execute(apr_pool_t *mptmp, unsigned char *input,
5757
/* replace some characters to space (only one) */
5858
case ' ':
5959
case ',':
60+
case ';':
6061
case '\t':
6162
case '\r':
6263
case '\n':

0 commit comments

Comments
 (0)