This website requires JavaScript.
Explore
Help
Sign In
Andal.LND
/
edx-platform
Watch
6
Star
0
Fork
0
You've already forked edx-platform
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
be79810ff68bdeba2e0b4b79e6cb109e09e413e8
edx-platform
/
common
/
lib
/
codejail
/
codejail
History
Ned Batchelder
c49b0c5027
Have to make the globals json-safe before sending them to the sandbox.
2013-05-06 11:39:18 -04:00
..
tests
We would fail if a global was defined with a non-jsonable value inside a jsonable one. Now we don't/
2013-05-06 11:39:17 -04:00
__init__.py
A codejail package to run code securely.
2013-05-06 10:55:02 -04:00
django_integration.py
Better configuration for codejail.
2013-05-06 10:55:05 -04:00
jailpy.py
Add some logging to codejail
2013-05-06 11:39:17 -04:00
lazymod.py
LazyModule for lazily proxying module imports.
2013-05-06 10:55:03 -04:00
safe_exec.py
Have to make the globals json-safe before sending them to the sandbox.
2013-05-06 11:39:18 -04:00
util.py
Files are properly copied in both implementations of safe_exec, and a new python_path argument adds to the python path.
2013-05-06 10:55:06 -04:00