Skip to content

test(cli): add % and ! unsafe-char coverage and error-path raw mode test

d7e35de
Select commit
Loading
Failed to load commit list.
Merged

feat(cli): respect /editor preference in Ctrl+X external editor #4310

test(cli): add % and ! unsafe-char coverage and error-path raw mode test
d7e35de
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 20, 2026 in 3s

2 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 179 in packages/core/src/utils/editor.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 190 in packages/core/src/utils/editor.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
.