Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
ArgonHasher.php: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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: Insecure password verification occurred due to checking the integer ID of hashing algorithms instead of their actual name string, potentially allowing algorithm mismatch checks to be bypassed completely during verification.
Cryptographic Issues: A lack of strict hashing algorithm verification during the verification flow in Argon2 and Bcrypt hashers could allow algorithm mismatch or downgrade attacks.