Highlights
Privilege Escalation: 2 prior fixes. Scrutinize any change in this area.
.github/workflows: most-fixed (2 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.
Insecure Transport: An https endpoint URL could be downgraded to insecure HTTP, exposing telemetry data in transit. This is the highest-severity issue and indicates a systemic risk in endpoint/TLS option handling.
Misconfiguration: Insecure HTTP with TLS client config was accepted, potentially bypassing TLS. This is a sibling validation gap to the trace exporter's transport issue, suggesting incomplete cross-exporter consistency.
Privilege Escalation: GitHub Actions token permissions were overly broad, allowing potential privilege escalation. Two fixes address both explicit and default permissions, indicating a recurring CI hardening theme.