Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
opentelemetry-api/trace/propagation/tracecontext.py: most-fixed (1 issue). Treat as high-risk during review.
4 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.
Config Injection: YAML safe_load on raw text with env substitution allows structure injection and recursion-based DoS; fix moved substitution after parsing and added visited-node set.
Config Injection: Substituting env values with newlines into YAML text enables structure injection; fix quotes values to prevent YAML structure breakage.
Code Injection: Unvalidated instrumentor options passed to instrument() can lead to code injection via declarative config; fix validates options via dataclass schema.