Skip to content

Convert all JavaScript files to TypeScript in src/automated-pipelines…

f8fcee0
Select commit
Loading
Failed to load commit list.
Merged

Repo sync #38698

Convert all JavaScript files to TypeScript in src/automated-pipelines…
f8fcee0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 2, 2025 in 4s

3 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

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