Highlights
Privacy Enforcement: 6 prior fixes. Scrutinize any change in this area.
exchange/utils.go: most-fixed (5 issues). Treat as high-risk during review.
11 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.
Privacy Enforcement: Multiple fixes address incomplete GDPR consent enforcement, including missing bid request permission checks and ID masking, indicating a systemic gap in applying consent rules across the auction flow.
Information Disclosure: Two fixes target leaking the Authorization header in debug output, first by cloning headers and then by explicitly removing it, showing a repeated failure to sanitize sensitive data in debug responses.
Auth Bypass: Two distinct auth bypasses: one via missing GDPR consent string check in cookie sync, another via a debug override header that forces test mode without proper authorization, both allowing unauthorized access.