Versions in this module Expand all Collapse all v0 v0.27.3 Aug 1, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder v0.27.2 Jul 27, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder v0.27.1 Jul 21, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder v0.27.0 Jul 21, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder v0.26.2 Jul 21, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder v0.26.1 Jul 12, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder v0.26.0 Jul 10, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder v0.25.0 Jul 5, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder v0.24.1 Jun 14, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder v0.24.0 Jun 9, 2023 GO-2024-2602 +1 more GO-2024-2602: Incorrect email domain verification in github.com/coder/coder GO-2024-3228: Coder vulnerable to post-auth URL redirection to untrusted site ('Open Redirect') in github.com/coder/coder Changes in this version + var ErrLimitReached = xerrors.Errorf("i/o limit reached") + type LimitWriter struct + Limit int64 + N int64 + W io.Writer + func NewLimitWriter(w io.Writer, n int64) *LimitWriter + func (l *LimitWriter) Write(p []byte) (int, error) Other modules containing this package github.com/coder/coder/v2