File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
test/test-cases/regression Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ v3.0.4 - YYYY-MMM-DD (to be released)
3
3
4
4
- Make the boundary check less strict as per RFC2046
5
5
[Issue #1943 - @victorhora, @allanbomsft]
6
- - Fix buffer size for utf8toUnicode transformation
6
+ - Fix buffer size for utf8toUnicode transformation
7
7
[Issue #1208 - @katef, @victorhora]
8
8
9
9
Original file line number Diff line number Diff line change 1618
1618
{
1619
1619
"enabled" :1 ,
1620
1620
"version_min" :300000 ,
1621
- "title" :" multipart parser (boundary special char - trailing comma +token)" ,
1621
+ "title" :" multipart parser (boundary special char - trailing exclamation +token)" ,
1622
1622
"client" :{
1623
1623
"ip" :" 200.249.12.31" ,
1624
1624
"port" :123
1633
1633
"User-Agent" :" curl/7.38.0" ,
1634
1634
"Accept" :" */*" ,
1635
1635
"Content-Length" :" 330" ,
1636
- "Content-Type" :" multipart/form-data;boundary=0000, 1111" ,
1636
+ "Content-Type" :" multipart/form-data;boundary=0000! 1111" ,
1637
1637
"Expect" :" 100-continue"
1638
1638
},
1639
1639
"uri" :" /" ,
1850
1850
},
1851
1851
"expected" :{
1852
1852
"http_code" : 403 ,
1853
- "debug_log" : " boundary was quoted.*No boundaries found in payload "
1853
+ "debug_log" : " Invalid boundary in C-T \\ (characters \\ ).*boundary was quoted. "
1854
1854
},
1855
1855
"rules" :[
1856
1856
" SecRuleEngine On" ,
1911
1911
},
1912
1912
"expected" :{
1913
1913
"http_code" : 403 ,
1914
- "debug_log" : " boundary was quoted.*No boundaries found in payload "
1914
+ "debug_log" : " Invalid boundary in C-T \\ (characters \\ ).*boundary was quoted. "
1915
1915
},
1916
1916
"rules" :[
1917
1917
" SecRuleEngine On" ,
You can’t perform that action at this time.
0 commit comments