Sandbox: sanitize SSH subprocess env (#57848)

* Sandbox: sanitize SSH subprocess env

* Sandbox: add sanitize env undefined test
This commit is contained in:
Jacob Tomlinson
2026-03-30 12:05:57 -07:00
committed by GitHub
parent f0af186726
commit cfe1445953
12 changed files with 1005 additions and 320 deletions

View File

@@ -37,6 +37,7 @@ export {
resolveWritableRenameTargets,
resolveWritableRenameTargetsForBridge,
runSshSandboxCommand,
sanitizeEnvVars,
shellEscape,
uploadDirectoryToSshTarget,
} from "../agents/sandbox.js";