You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Security] Harden cloudflared installation against command injection
Replaces execSync with execFileSync in installMacos to prevent command
injection via shell metacharacters in binTarget. Added a regression test
to verify the fix, configured to skip on Windows where shell
metacharacters are invalid in paths.
0 commit comments