Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
src/main/java/com/zaxxer/hikari/pool/ProxyConnection.java: most-fixed (2 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: Incomplete marking of state dirty bits can cause connections to bypass schema isolation boundaries, leaking schema context across tenant boundaries in pooled environments.
Data Leakage: Inappropriate clearing of the dirty transaction flag during connection setup operations like `setReadOnly` prevents dirty connections from being rolled back, allowing subsequent users to access stale transaction data.