Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
src/One/AbstractProvider.php: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: Premature removal of the PKCE code_verifier from the session during the redirect phase prevents its transmission during token exchange, which can disrupt or bypass intended security verifications.
Auth Bypass: Reusing cached user profiles when token credentials change allows a user to potentially hijack or inherit the details of a previously authenticated session on the same provider.