fix: harden powershell wrapper detection

This commit is contained in:
Peter Steinberger
2026-03-13 20:37:29 +00:00
parent e2fa47f5f2
commit 28a49aaa34
4 changed files with 20 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ export const POWERSHELL_INLINE_COMMAND_FLAGS = new Set([
"-c",
"-command",
"--command",
"-f",
"-file",
"-encodedcommand",
"-enc",
"-e",