Open Issues Need Help
View All on GitHub Security • Code Sandboxing
Exiting the sandbox process from parsing errors 27 days ago
AI Summary: The task is to enhance the `sandboxed-python` library to handle parsing errors more robustly, preventing the sandbox process from crashing due to unchecked exceptions like `RecursionError`, `MemoryError`, and `UnicodeEncodeError` during code parsing. This involves adding error handling within the parser to gracefully manage these exceptions and potentially return informative error messages instead of causing process termination.
Complexity:
4/5
help wanted
A lightweight and real Python sandbox supporting a SAFE and FINITE subset of Python
Python