Highlights
Supply Chain: 3 prior fixes. Scrutinize any change in this area.
build/nl_server/Dockerfile: most-fixed (2 issues). Treat as high-risk during review.
6 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.
Reflected XSS: Endpoint removed entirely because it reflected attacker-controlled query parameters into an HTML template without sanitization.
Reflected XSS: User-controlled url parameter was reflected into HTML/XML without escaping and with weak regex; fixed by escaping and anchoring.
Auth Bypass: Deployment left /v2/resolve API unauthenticated in dev/autopush by setting allow_unregistered_calls=true; fixed by overriding to false when configured.