Revision 6 as of 2008-12-05 15:03:47

Clear message

Notes about Python Security.

Taint mode

Nicole King (cats-muvva.net) wrote a taint mode for CPython 3.0: Python Taint Management.

Problems:

=> ncoghlan: PyPy is still a *much* better platform for that kind of experimentation than CPython

See also the presentation: Securing Python: Controling the abilities of the interpreter, PyCon US 2007, Brett Cannon and Eric Wohlstadter

Python Security Response Team

Some members:

Email: security AT python.org

Controlling Access to Resources Within The Python Interpreter

Sandboxing

See PyPy project: PyPy's sandboxing features.

Unsafe modules

Unable to edit the page? See the FrontPage for instructions.