mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Modified affected test cases, which checked wrong variables
This commit is contained in:
committed by
Felipe Zimmerle
parent
17d79ed7ba
commit
2d3fbbc56a
@@ -51,11 +51,11 @@
|
||||
]
|
||||
},
|
||||
"expected":{
|
||||
"debug_log":"T \\(0\\) t:trim: \"small_text"
|
||||
"debug_log":"T \\(0\\) t:trim: \"filedata"
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecRule FILES_NAMES \"@contains small_text_file.txt\" \"id:1,phase:3,pass,t:trim\""
|
||||
"SecRule FILES_NAMES \"@contains filedata\" \"id:1,phase:3,pass,t:trim\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user