Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
src/Guzzle/Http/Cookie.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.
Cookie Leakage: Inadequate TLD and subdomain verification allows cookies to match dot-prefixed TLDs, risking the transmission of sensitive session tokens to unauthorized third-party domains.
Auth Bypass: Failure to overwrite existing cookie values during updates allows obsolete or invalidated session cookies to persist, potentially bypassing authorization state transitions.