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 Jul 7, 2025. It is now read-only.
fix: do not leak username to untrusted modules (#736)
* fix: source code paths relative to module root
We must not leak the filesystem structure when the code is running
inside a sandboxed environment. Only path relative to the project root
should be available to the module.
Signed-off-by: Miroslav Bajtoš <[email protected]>
* fix tests on Windows + add virtual root C:\ZINNIA or /ZINNIA
Signed-off-by: Miroslav Bajtoš <[email protected]>
* fixup! path separator on windows
Signed-off-by: Miroslav Bajtoš <[email protected]>
* fixup! tests on windows
Signed-off-by: Miroslav Bajtoš <[email protected]>
* fixup! build errors
Signed-off-by: Miroslav Bajtoš <[email protected]>
---------
Signed-off-by: Miroslav Bajtoš <[email protected]>
0 commit comments