|
8 | 8 | SecRuleEngine On |
9 | 9 | SecArgumentSeparator";" |
10 | 10 | SecRule ARGS:a"@streq 1""phase:1,deny,chain,id:500215" |
11 | | -SecRule ARGS:b"@streq 2,id:500216" |
| 11 | +SecRule ARGS:b"@streq 2""" |
12 | 12 | ), |
13 | 13 | match_log=> { |
14 | 14 | error=> [ qr/Access deniedwith code403 \(phase1\)\. Stringmatch"2" at ARGS:b\./,1 ], |
|
26 | 26 | conf=> q( |
27 | 27 | SecRuleEngine On |
28 | 28 | SecRule ARGS:a"@streq 1""phase:1,deny,chain,id:500217" |
29 | | -SecRule ARGS:b"@streq 2,id:500218" |
| 29 | +SecRule ARGS:b"@streq 2""" |
30 | 30 | ), |
31 | 31 | match_log=> { |
32 | 32 | -error=> [ qr/Access denied/,1 ], |
|
46 | 46 | SecRequestBodyAccess On |
47 | 47 | SecArgumentSeparator";" |
48 | 48 | SecRule ARGS:a"@streq 1""phase:2,deny,chain,id:500219" |
49 | | -SecRule ARGS:b"@streq 2,id:500220" |
| 49 | +SecRule ARGS:b"@streq 2""" |
50 | 50 | ), |
51 | 51 | match_log=> { |
52 | 52 | error=> [ qr/Access deniedwith code403 \(phase2\)\. Stringmatch"2" at ARGS:b\./,1 ], |
|
94 | 94 | SecRuleEngine On |
95 | 95 | SecRequestBodyAccess On |
96 | 96 | SecRule ARGS:a"\@streq 1""phase:2,deny,chain,id:500223" |
97 | | -SecRule ARGS:b"\@streq 2,id:500224" |
| 97 | +SecRule ARGS:b"\@streq 2""" |
98 | 98 | ), |
99 | 99 | match_log=> { |
100 | 100 | error=> [ qr/Access deniedwith code403 \(phase2\)\. Stringmatch"2" at ARGS:b\./,1 ], |
|
500 | 500 | SecDebugLogLevel5 |
501 | 501 | SecCookieFormat1 |
502 | 502 | SecRule REQUEST_COOKIES_NAMES"\@streq SESSIONID""phase:1,deny,chain,id:500231" |
503 | | -SecRule REQUEST_COOKIES:\$SESSIONID_PATH"\@streq /""chain,id:500232" |
504 | | -SecRule REQUEST_COOKIES:SESSIONID"\@streq cookieval,id:500233" |
| 503 | +SecRule REQUEST_COOKIES:\$SESSIONID_PATH"\@streq /""chain" |
| 504 | +SecRule REQUEST_COOKIES:SESSIONID"\@streq cookieval" |
505 | 505 | ), |
506 | 506 | match_log=> { |
507 | 507 | error=> [ qr/Access deniedwith code403 \(phase1\)\. Stringmatch"cookieval" at REQUEST_COOKIES:SESSIONID\./,1 ], |
|
527 | 527 | SecDebugLogLevel5 |
528 | 528 | SecCookieFormat0 |
529 | 529 | SecRule REQUEST_COOKIES_NAMES"\@streq SESSIONID""phase:1,deny,chain,id:500234" |
530 | | -SecRule REQUEST_COOKIES:\$SESSIONID_PATH"\@streq /""chain,id:500235" |
531 | | -SecRule REQUEST_COOKIES:SESSIONID"\@streq cookieval,id:500236" |
| 530 | +SecRule REQUEST_COOKIES:\$SESSIONID_PATH"\@streq /""chain" |
| 531 | +SecRule REQUEST_COOKIES:SESSIONID"\@streq cookieval" |
532 | 532 | ), |
533 | 533 | match_log=> { |
534 | 534 | -error=> [ qr/Access denied/,1 ], |
|