Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
plugins/auth-oauth2: 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.
Cross-Site Scripting (XSS): Rendering untrusted HTTP responses inside an iframe without a robust sandbox allowed potential sandbox escapes and script execution in the context of the application window.
Auth Bypass: workspace-level authentication credentials could be leaked to external OAuth token endpoints when sending requests via `ctx.httpRequest.send` unless explicitly bypassed.
Broken Authentication: User preferences regarding invalid certificate acceptance were not consistently applied across gRPC and WebSocket connections, potentially allowing insecure connections via dangerous verifiers.