¡@

Home 

python Programming Glossary: sandboxing

Executing mathematical user code on a python web server, what is the simplest secure way?

http://stackoverflow.com/questions/10647234/executing-mathematical-user-code-on-a-python-web-server-what-is-the-simplest-se

complex I'm quite new to all this . Rather than sandboxing it is there a pythonic way to execute the code in a much smaller..

Is “safe_eval” really safe?

http://stackoverflow.com/questions/28369/is-safe-eval-really-safe

How to use virtualenv with Google App Engine SDK on Mac OS X 10.6

http://stackoverflow.com/questions/3858772/how-to-use-virtualenv-with-google-app-engine-sdk-on-mac-os-x-10-6

2.5 lib python2.5 base64.py' It seems that the SDK's sandboxing is preventing these libraries from getting loaded. But like..

Is there an alternative to rexec for Python sandboxing?

http://stackoverflow.com/questions/525056/is-there-an-alternative-to-rexec-for-python-sandboxing

there an alternative to rexec for Python sandboxing Implementing a 'sandbox' environment in Python used to be done..

Is there an Open Source framework for building desktop apps that run in the browser?

http://stackoverflow.com/questions/6063140/is-there-an-open-source-framework-for-building-desktop-apps-that-run-in-the-brow

to support a browser based UI Filesystem access Security sandboxing e.g. to address the XSS CSRF issues of running your own webserver..

sandboxing/running python code line by line

http://stackoverflow.com/questions/9670931/sandboxing-running-python-code-line-by-line

running python code line by line I'd love to be able to do.. Oh and BTW I know about the security implications of sandboxing code but I'm not trying to make a secure execution environment..