Skip to content

Merge branch 'main' into feat/auth-test-server

016c08f
Select commit
Loading
Failed to load commit list.
Merged

feat: add auth-test-server for OAuth conformance testing #1384

Merge branch 'main' into feat/auth-test-server
016c08f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 23, 2026 in 2s

No new alerts in code changed by this pull request

Annotations

Check failure on line 293 in test/conformance/src/authTestServer.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
authorization
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.

Check failure on line 359 in test/conformance/src/authTestServer.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
authorization
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.

Check failure on line 381 in test/conformance/src/authTestServer.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
authorization
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.

Check warning on line 276 in test/conformance/src/authTestServer.ts

See this annotation in the file changed.

Code scanning / CodeQL

Permissive CORS configuration Medium test

CORS Origin allows broad access due to
permissive or user controlled value
.