Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerless Installation #9

Open
silvanmelchior opened this issue Aug 17, 2023 · 0 comments
Open

Dockerless Installation #9

silvanmelchior opened this issue Aug 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@silvanmelchior
Copy link
Owner

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?
@silvanmelchior silvanmelchior added the enhancement New feature or request label Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant