Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
ShipSwift/SWPackage/SWModule/SWAuth/SWUserManager.swift: 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: Incomplete or failed session validation or token refresh operations previously allowed users to remain in a partially authenticated state due to stale local credentials. Ensuring that any validation failure triggers an explicit sign-out and clears the local Cognito cache is critical to preventing unauthorized local access.