Tres Seaver wrote: > Using __setitem__ and __delitem__ has security implicatinos for > untrusted code: how are you addressing them?
Maybe I'm missing some knowledge about the security machinery then. I thought the methods wouldn't be available to untrusted code at all, as they start with an underscore. You simply won't be able to write om['id'] in untrusted code and still need to use the existing API. Hanno _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
