Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
bootstrap.go: most-fixed (1 issue). Treat as high-risk during review.
3 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: Per-query JWT was dropped during context clone, causing fallback to basic-auth and potential privilege escalation.
Memory Corruption: Unsafe string-to-slice conversion using unsafe.Pointer and SliceHeader could corrupt memory.
Improper Certificate Validation: TLS certificate verification defaulted to skip, enabling MITM attacks.