Skip to content

Update codeql-code-scanning-for-compiled-languages.md (#56442)

d3b3af0
Select commit
Loading
Failed to load commit list.
Merged

Repo sync #39138

Update codeql-code-scanning-for-compiled-languages.md (#56442)
d3b3af0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 2, 2025 in 4s

6 new alerts including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical
  • 2 high
  • 3 medium

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.

Check warning on line 146 in src/frame/middleware/render-page.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
user controlled input
.
This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
user controlled input
.

Check warning on line 127 in src/search/middleware/search-routes.ts

See this annotation in the file changed.

Code scanning / CodeQL

Server-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.

Check warning on line 144 in src/shielding/middleware/handle-invalid-query-strings.ts

See this annotation in the file changed.

Code scanning / CodeQL

Server-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.