You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the UI is now served static, it would be possible to pack everything into a Python package. However, this prevents the sandboxing of the code execution. One idea to at least prevent file access is the following:
Overwrite open method
To check: do numpy, ... use this method?
To check: Are there alternative ways of accessing files?
To check: restrict more than just file access? Other things you dont want to do locally?
The text was updated successfully, but these errors were encountered:
Since the UI is now served static, it would be possible to pack everything into a Python package. However, this prevents the sandboxing of the code execution. One idea to at least prevent file access is the following:
The text was updated successfully, but these errors were encountered: