r51637 - python/branches/bcannon-objcap/securing_python.txt

Author: brett.cannon Date: Mon Aug 28 22:07:25 2006 New Revision: 51637 Modified: python/branches/bcannon-objcap/securing_python.txt Log: Add a Status section, starting with __subclasses__ handled. Modified: python/branches/bcannon-objcap/securing_python.txt ============================================================================== --- python/branches/bcannon-objcap/securing_python.txt (original) +++ python/branches/bcannon-objcap/securing_python.txt Mon Aug 28 22:07:25 2006 @@ -1,6 +1,26 @@ Securing Python ##################################################################### +Status +/////////////////////////////////////// + ++ Remove object.__subclasses__ [done] ++ Dangerous constructors + - file + - code ++ Sandboxed built-ins + - open() + - __import__() / PEP 302 importer ++ Filesystem path hiding ++ mini 'sys' module ++ Create sandboxed interpreters + - Be able to specify built-ins + - Set 'sys' module settings + - API + * Python + * C + + Introduction ///////////////////////////////////////
participants (1)
-
brett.cannon