Skip to content

[EDI] About custom actions (#56725)

be399cb
Select commit
Loading
Failed to load commit list.
Merged

Repo sync #39392

[EDI] About custom actions (#56725)
be399cb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 18, 2025 in 3s

10 new alerts including 4 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 critical
  • 6 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 29 in src/archives/lib/is-archived-version.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 88 in src/article-api/middleware/validation.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 89 in src/article-api/middleware/validation.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 337 in src/content-linter/lib/linting-rules/liquid-ifversion-versions.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '<'.

Check failure on line 10 in src/frame/lib/read-file-contents.js

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

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 15 in src/frame/middleware/cookie-parser.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing CSRF middleware High

This cookie middleware is serving a
request handler
without CSRF protection.
This cookie middleware is serving a
request handler
without CSRF protection.

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.

Check failure on line 336 in src/languages/lib/correct-translation-content.js

See this annotation in the file changed.

Code scanning / CodeQL

Use of externally-controlled format string High

Format string depends on a
user-provided value
.