mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
actions: Removes Rule parameter from runtime execute
Generals organization on the Action class
This commit is contained in:
@@ -31,10 +31,10 @@
|
||||
]
|
||||
},
|
||||
"expected":{
|
||||
"debug_log":"t:lowercase:"
|
||||
"debug_log":"t:lowerCase:"
|
||||
},
|
||||
"rules":[
|
||||
"SecRule \"REQUEST_LINE\" \"@contains index.php/admin/cms/wysiwyg/directive/\" \"id:1,t:lowercase,ctl:auditLogParts=+E\""
|
||||
"SecRule \"REQUEST_LINE\" \"@contains index.php/admin/cms/wysiwyg/directive/\" \"id:1,t:lowerCase,ctl:auditLogParts=+E\""
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -69,10 +69,10 @@
|
||||
]
|
||||
},
|
||||
"expected":{
|
||||
"debug_log":"t:lowercase:"
|
||||
"debug_log":"t:lowerCase:"
|
||||
},
|
||||
"rules":[
|
||||
"SecRule \"REQUEST_LINE\" \"index.php/admin/cms/wysiwyg/directive/\" \"id:1,t:lowercase,ctl:auditLogParts=+E\""
|
||||
"SecRule \"REQUEST_LINE\" \"index.php/admin/cms/wysiwyg/directive/\" \"id:1,t:lowerCase,ctl:auditLogParts=+E\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user