mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Using shared var for variables names
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
},
|
||||
"expected":{
|
||||
"audit_log":"",
|
||||
"debug_log":"Target value: \"123\" \\(Variable: whee::::RESOURCE:test\\)",
|
||||
"debug_log":"Target value: \"123\" \\(Variable: RESOURCE:whee::::test\\)",
|
||||
"error_log":""
|
||||
},
|
||||
"rules":[
|
||||
@@ -92,7 +92,7 @@
|
||||
},
|
||||
"expected":{
|
||||
"audit_log":"",
|
||||
"debug_log":"whee::webappid::RESOURCE:test",
|
||||
"debug_log":"RESOURCE:whee::webappid::test",
|
||||
"error_log":""
|
||||
},
|
||||
"rules":[
|
||||
|
Reference in New Issue
Block a user