Skip to content

fix(utils): hide verbose stdout/stderr attributes in ProcessError object

20aeeb3
Select commit
Loading
Failed to load commit list.
Merged

feat(utils): integrate logger with executeProcess #1137

fix(utils): hide verbose stdout/stderr attributes in ProcessError object
20aeeb3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 6, 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 165 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
.