Skip to content

fix(oauth): Add trailing slash to device code endpoint URL

3cf0171
Select commit
Loading
Failed to load commit list.
Merged

feat(oauth): Implement OAuth 2.0 Device Authorization Flow (RFC 8628) #105675

fix(oauth): Add trailing slash to device code endpoint URL
3cf0171
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 12, 2026 in 5s

3 new alerts including 3 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 187 in src/sentry/web/frontend/auth_login.py

See this annotation in the file changed.

Code scanning / CodeQL

URL redirection from remote source

Untrusted URL redirection depends on a [user-provided value](1). Untrusted URL redirection depends on a [user-provided value](2).

Check warning on line 256 in src/sentry/web/frontend/auth_login.py

See this annotation in the file changed.

Code scanning / CodeQL

URL redirection from remote source

Untrusted URL redirection depends on a [user-provided value](1). Untrusted URL redirection depends on a [user-provided value](2).

Check warning on line 523 in src/sentry/web/frontend/base.py

See this annotation in the file changed.

Code scanning / CodeQL

URL redirection from remote source

Untrusted URL redirection depends on a [user-provided value](1). Untrusted URL redirection depends on a [user-provided value](2). Untrusted URL redirection depends on a [user-provided value](3).