mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fix some regression tests to fit the most recent changes
This commit is contained in:
@@ -51,13 +51,13 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"expected":{
|
"expected":{
|
||||||
"debug_log":"Target value: \"70.000000\" \\(Variable: FILES_COMBINED_SIZE\\)"
|
"debug_log":"Target value: \"74.000000\" \\(Variable: FILES_COMBINED_SIZE\\)"
|
||||||
},
|
},
|
||||||
"rules":[
|
"rules":[
|
||||||
"SecRuleEngine On",
|
"SecRuleEngine On",
|
||||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||||
"SecDebugLogLevel 9",
|
"SecDebugLogLevel 9",
|
||||||
"SecRule FILES_COMBINED_SIZE \"@gt 70.000000\" \"id:1,phase:3,pass,t:trim\""
|
"SecRule FILES_COMBINED_SIZE \"@gt 74.000000\" \"id:1,phase:3,pass,t:trim\""
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
@@ -51,7 +51,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"expected":{
|
"expected":{
|
||||||
"debug_log":"-------------------------756b6d74fa1a8ee2--\" \\(Variable: REQUEST_BODY\\)"
|
"debug_log":"--------------------------756b6d74fa1a8ee2\\x0aContent-Disposition: form-data; na \(469 characters omitted\)\" \(Variable: REQUEST_BODY\)"
|
||||||
},
|
},
|
||||||
"rules":[
|
"rules":[
|
||||||
"SecRuleEngine On",
|
"SecRuleEngine On",
|
||||||
|
Reference in New Issue
Block a user