From 3879d82b08d1653b59e670bc561470a62635e844 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 25 Sep 2026 12:50:08 +0200 Subject: [PATCH] fix(storage): confine remote paths on BusyBox and non-root servers Replace the `realpath -m` confinement check with a POSIX sh script that uses `readlink -f`, which BusyBox (Alpine) also provides. The script walks up to the deepest existing path, resolves it, and appends the missing rest. It fails closed on dangling symlinks and on `.`/`..` in the missing part. Send the script as a single `sh -c '