Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
src/Cookie/CookieJar.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.
Missing Secure Attribute on SSL Cookie: Cookies generated or passed through the CookieJar can lose their 'Secure' attribute when synchronized with the underlying WebDriver cookie. This occurs because of evaluation errors where the target cookie's status is queried instead of propagating the source cookie's flag. This risk exposes sensitive session indicators to unencrypted channels.
Auth Bypass: Test fixtures and development routing scripts can accidentally expose internal endpoints or execution contexts to non-local clients. Ensuring restrictive access controls on non-production scripts is vital to prevent unauthorized administrative actions.