Secure Python

gene tani gene.tani at gmail.com
Mon Nov 20 00:16:52 EST 2006


Fredrik Tolf wrote:
> On Thu, 2006-11-16 at 08:43 +0200, Hendrik van Rooyen wrote:
> >  "Fredrik Tolf" <fredrik at dolda2000.com> wrote:
> >
> > > I was thinking that maybe it could be possible to load and run untrusted
> > > Python code, simply by loading it in a module with a modified version of
> > > __builtins__. Without any reachable function that do unsafe operations,
> > > code running from there shouldn't be able to do evil things.
> >
> > google for "sandbox"
>
> I tried googling for various combinations of "sandbox", "python" and
> some other keywords, but I could not find anything that seemed relevant.


Nothing?
http://svn.zope.org/Zope3/trunk/src/zope/security/untrustedinterpreter.txt?view=auto
http://www.sauria.com/blog/computers/security/1431

http://svn.zope.org/Zope3/trunk/src/zope/security/untrustedinterpreter.txt?view=auto

http://svn.python.org/view/python/branches/bcannon-sandboxing/
http://sayspy.blogspot.com/2006/07/still-working-on-security.html




More information about the Python-list mailing list