Skip to content

Commit aa7957b

Browse files
🔒 Fix command injection in install command
Co-authored-by: sunnylqm <615282+sunnylqm@users.noreply.github.com>
1 parent 151ea0f commit aa7957b

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)