Skip to content

Repo sync#38853

Merged
docs-bot merged 10 commits into
mainfrom
repo-sync
Jun 10, 2025
Merged

Repo sync#38853
docs-bot merged 10 commits into
mainfrom
repo-sync

remove general autocomplete test (#56015)

71c262b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 10, 2025 in 4s

9 new alerts including 4 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 high
  • 5 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 warning on line 26 in src/article-api/middleware/pagelist.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
.
Untrusted URL redirection depends on a user-provided value.

Check warning on line 42 in src/article-api/middleware/pagelist.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
.
Untrusted URL redirection depends on a user-provided value.

Check failure on line 18 in src/data-directory/lib/filename-to-key.js

See this annotation in the file changed.

Code scanning / CodeQL

Regular expression injection High

This regular expression is constructed from a
environment variable
.

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 234 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 256 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 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
.
Untrusted URL redirection depends on a user-provided value.

Check warning on line 63 in src/shielding/middleware/handle-invalid-query-string-values.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 120 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
.