Skip to content

EDI - Actions contexts (#56465)

63679c4
Select commit
Loading
Failed to load commit list.
Merged

Repo sync #39152

EDI - Actions contexts (#56465)
63679c4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 3, 2025 in 3s

3 new alerts including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical
  • 2 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 71 in src/frame/middleware/context/generic-toc.ts

See this annotation in the file changed.

Code scanning / CodeQL

Type confusion through parameter tampering Critical

Potential type confusion as
this HTTP request parameter
may be either an array or a string.

Check failure on line 236 in src/frame/middleware/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a file system access
, but is not rate-limited.

Check failure on line 258 in src/frame/middleware/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a file system access
, but is not rate-limited.