[Python-checkins] r50478 - python/branches/bcannon-sandboxing/sandboxing_design_doc.txt

brett.cannon python-checkins at python.org
Fri Jul 7 20:11:40 CEST 2006


Author: brett.cannon
Date: Fri Jul  7 20:11:39 2006
New Revision: 50478

Modified:
   python/branches/bcannon-sandboxing/sandboxing_design_doc.txt
Log:
Remove some points from the todo list.


Modified: python/branches/bcannon-sandboxing/sandboxing_design_doc.txt
==============================================================================
--- python/branches/bcannon-sandboxing/sandboxing_design_doc.txt	(original)
+++ python/branches/bcannon-sandboxing/sandboxing_design_doc.txt	Fri Jul  7 20:11:39 2006
@@ -19,7 +19,6 @@
 XXX TO DO
 =============================
 
-* Use a callback for paths to create wrapper?
 * threading needs protection?
 * python-dev convince me that hiding 'file' possible?
     + based on that, handle code objects
@@ -29,8 +28,6 @@
 * what network inko functions are allowed by default?
 * does the object.__subclasses__() trick work across interpreters, or is it
   unique per interpreter?
-* in the "Threat Model", reference the section of the implementation that
-  addresses that concern
 * figure out default whitelist of extension modules
 * check default accessible objects for file path exposure
 * helper functions to get at StringIO instances for stdin, stdout, and friends?


More information about the Python-checkins mailing list