You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mutation testing exposed argument-blind stubs across the Security
tests: the router stub ignored the redirect_route_parameters when
building a provider redirect URI, the provider manager stub matched
any key (so a mangled session provider key went unnoticed), the claims
returned by validateClaims were never asserted to include the
open_id_connect_provider key, and a request with no loginToken at all
was untested (only the empty-string case was). Kills all 4 escaped
mutants in src/Security.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments