Skip to content

fix(utils): quote shell arguments to prevent malicious injection

08a67cb
Select commit
Loading
Failed to load commit list.
Draft

fix(utils): quote shell arguments to prevent malicious injection #1136

fix(utils): quote shell arguments to prevent malicious injection
08a67cb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 6, 2025 in 2s

1 new alert including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 169 in packages/utils/src/lib/execute-process.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium

This shell argument which depends on
library input
is later used in a
shell command
.