Highlights
Information Disclosure: 2 prior fixes. Scrutinize any change in this area.
core-io/src/main/java/com/couchbase/client/core/env/CertificateAuthenticator.java: 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.
Auth Bypass: Upgrades to Netty 4.2 altered default hostname verification behavior, risking silent mismatch or configuration bypass if TLS endpoint identification algorithms are not explicitly managed.
Information Disclosure: Standard diagnostic string conversion could accidentally leak sensitive private keys into application logs if not specifically redacted or omitted from toString representations.
Information Disclosure: Validation failures on invalid certificate files could leak raw, unparsed certificate contents directly into thrown exception messages, which are routinely logged.