Commit a1861bea authored by Bartek Górny's avatar Bartek Górny

security fix

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13098 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e4ebb4f0
...@@ -68,7 +68,9 @@ ...@@ -68,7 +68,9 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>sci.object.assignRoleToSecurityGroup()\n <value> <string>ob = sci[\'object\']\n
ob.assignRoleToSecurityGroup()\n
ob.log(\'assigned\')\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -112,6 +114,8 @@ ...@@ -112,6 +114,8 @@
<value> <value>
<tuple> <tuple>
<string>sci</string> <string>sci</string>
<string>_getitem_</string>
<string>ob</string>
<string>_getattr_</string> <string>_getattr_</string>
</tuple> </tuple>
</value> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment