File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
test/test-cases/regression Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ TESTS+=test/test-cases/regression/misc.json
141
141
TESTS+ =test/test-cases/regression/misc-variable-under-quotes.json
142
142
TESTS+ =test/test-cases/regression/offset-variable.json
143
143
TESTS+ =test/test-cases/regression/operator-detectsqli.json
144
+ TESTS+ =test/test-cases/regression/operator-detectxss.json
144
145
TESTS+ =test/test-cases/regression/operator-fuzzyhash.json
145
146
TESTS+ =test/test-cases/regression/operator-inpectFile.json
146
147
TESTS+ =test/test-cases/regression/operator-ipMatchFromFile.json
Original file line number Diff line number Diff line change 36
36
]
37
37
},
38
38
"expected" :{
39
- "debug_log" :" Added DetectXSS match TX.0: f \\ (f \\ (f "
39
+ "debug_log" :" Added DetectXSS match TX.0: <script>alert \( 1 \) </script "
40
40
},
41
41
"rules" :[
42
42
" SecRuleEngine On" ,
You can’t perform that action at this time.
0 commit comments