78130f21cee125704ec89732a53bbfb5d581cda7
resolveUserPath and five sibling checks used startsWith(rootDir), which also accepts a sibling directory whose name begins with the root's: from a root of /home/br, "../br-backup/secret" resolves to /home/br-backup/secret and passed. Compare against root + sep (or the root itself) via a shared isInside helper. Verified the escape cases now deny while "", ".", and ordinary relative paths still resolve. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%