Skip to content

Update for v10 release

745ef44
Select commit
Loading
Failed to load commit list.
Merged

V10 testing #1344

Update for v10 release
745ef44
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 22, 2025 in 0s

2 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 2 configurations present on refs/heads/main were not found:

Default setup

  • ❓  /language:csharp
  • ❓  /language:ruby

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

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 31 in custom-authentication/single-connection/custom-jwt-example/server/server.js

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 55 in set-client-id.js

See this annotation in the file changed.

Code scanning / CodeQL

Potential file system race condition High

The file may have changed since it
was checked
.