Skip to content

fix(utils): add silent flag to executeProcess

75993eb
Select commit
Loading
Failed to load commit list.
Closed

fix(utils): add silent flag to executeProcess #1144

fix(utils): add silent flag to executeProcess
75993eb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 13, 2025 in 2s

7 new alerts including 7 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 7 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 30 in packages/ci/src/lib/cli/commands/print-config.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
.

Check warning on line 32 in packages/ci/src/lib/cli/commands/print-config.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
.

Check warning on line 32 in packages/plugin-eslint/src/lib/runner/lint.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
.

Check warning on line 39 in packages/plugin-eslint/src/lib/runner/lint.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
.

Check warning on line 174 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
.
This shell argument which depends on
library input
is later used in a
shell command
.

Check warning on line 21 in testing/test-utils/src/lib/utils/execute-process-helper.mock.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium test

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

Check warning on line 22 in testing/test-utils/src/lib/utils/execute-process-helper.mock.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium test

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