Skip to content

Update typescript, consistent import path format for ts/tsx files (#5…

fab07f4
Select commit
Loading
Failed to load commit list.
Merged

Repo sync #38723

Update typescript, consistent import path format for ts/tsx files (#5…
fab07f4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 3, 2025 in 4s

6 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high
  • 4 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
.

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
.

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 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
.