Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

clickhouse/clickhouse-go
main @ a14a9cc
3
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
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.