[Zope] Re: Regular expressions insecurity?

Elena Schulz elena.schulz@gmx.net
Tue, 21 Jan 2003 10:05:53 +0100


Hi,

its quite easy to allow the import of re in your scripts if you want. Just
put a directory with an __init__.py file in
lib/python/products that has the following content:

from Products.PythonScripts.Utility import allow_module

allow_module('re')

-- Elena