IncognitoPilot icon indicating copy to clipboard operation
IncognitoPilot copied to clipboard

Dockerless Installation

Open silvanmelchior opened this issue 2 years ago • 0 comments

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 avatar Aug 17 '23 07:08 silvanmelchior