Skip to content

Commit 3a05f49

Browse files
🔒 Fix command injection in install command (#62)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: sunnylqm <615282+sunnylqm@users.noreply.github.com>
1 parent 0ad9b5c commit 3a05f49

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/install.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export const installCommands = {
1515
spawnSync(installCommand.command, installCommand.args, {
1616
cwd: cliDir,
1717
stdio: 'inherit',
18-
shell: true,
1918
});
2019
},
2120
};

0 commit comments

Comments
 (0)