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
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Zimpl supports reading files and printing their contents. And the scip subprocesses are started with the same user that started the zimplayground server. All files that are readible by this user can easily be leaked.
We could forbid reading from files, or check whether the path is located within some specific folder.
Zimpl supports reading files and printing their contents. And the
scipsubprocesses are started with the same user that started thezimplaygroundserver. All files that are readible by this user can easily be leaked.We could forbid reading from files, or check whether the path is located within some specific folder.