Skip to content

Contributor-reported fixes: paths with spaces, redactor gaps, safe Slack - #391

Closed
ReganBell wants to merge 1 commit into
mainfrom
upstream-1841
Closed

Contributor-reported fixes: paths with spaces, redactor gaps, safe Slack#391
ReganBell wants to merge 1 commit into
mainfrom
upstream-1841

Contributor-reported fixes: paths with spaces, redactor gaps, safe Slack

1965eb0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 13, 2026 in 3s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 53 in src/sandbox/exec-process-session.ts

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'echo\t' and containing many repetitions of '""\t'.