From aa7957b534e85cbf19df6c42f7bc9be25eea28bc Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 12:14:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20Fix=20command=20injection=20in?= =?UTF-8?q?=20install=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: sunnylqm <615282+sunnylqm@users.noreply.github.com> --- src/install.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/install.ts b/src/install.ts index bc03d00..fb260fd 100644 --- a/src/install.ts +++ b/src/install.ts @@ -15,7 +15,6 @@ export const installCommands = { spawnSync(installCommand.command, installCommand.args, { cwd: cliDir, stdio: 'inherit', - shell: true, }); }, };