Highlights
TLS Verification Bypass: 2 prior fixes. Scrutinize any change in this area.
src/flowgger/input/tls_input.rs: most-fixed (3 issues). Treat as high-risk during review.
2 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.
TLS Verification Bypass: Inverted verify_peer logic disabled peer certificate verification, allowing authentication bypass; a later fix made the disabled state explicit, indicating recurring confusion.
TLS Hostname Verification Bypass: Output connection used a method that skipped certificate hostname verification and SNI, leaving the client vulnerable to MITM.
TLS Protocol Downgrade: Allowing SSLv23 permitted protocol downgrade to insecure SSLv3, weakening the TLS handshake.