Skip to content

Repo sync - #39049

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

Repo sync#39049
docs-bot merged 5 commits into
mainfrom
repo-sync

GitHub Models Billing for GitHub Paper Customers [Public Preview] (#5…

c1c31fa
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL failed Jun 25, 2025 in 3s

4 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

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