Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
cookiejar.js: most-fixed (5 issues). 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: Flawed logic in matching and comparing request paths against cookie paths can cause cookies to be exposed to unauthorized request paths or prevent them from being matched correctly, leaking sensitive session tokens.
Auth Bypass: Failing to pass request context (domain and path) during cookie parsing or parsing flags incorrectly via weak regexes can lead to incorrect cookie scope resolution and exposure of secure flags like HttpOnly.
Prototype Pollution: Implicit global scope leaks of core classes like CookieAccessInfo, Cookie, and CookieJar can allow global namespace pollution or prototype tampering if the execution context is manipulated.