Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
browsermob-core-littleproxy/src/main/java/net/lightbody/bmp/BrowserMobProxyServer.java: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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: The MITM manager historically generated impersonated certificates using hostnames presented by the upstream server instead of the actual HTTP request host, allowing an attacker to bypass domain authorization constraints.
Insecure TLS: The proxy server historically defaulted to disabling upstream TLS verification during MITM negotiation, implicitly trusting all upstream certificates and exposing traffic to interception.