You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: harden JWT bearer exchange against timeouts, HTTP downgrade, and large responses
- Replace http.DefaultClient with a dedicated client with 30s timeout
- Reject non-HTTPS token URIs to prevent JWT assertion leakage
- Cap response body reads at 1 MB to prevent memory exhaustion
0 commit comments