Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/net: bump x/text to v0.3.5 to fix CVE-2020-28852 #43983

Closed
sfowl opened this issue Jan 29, 2021 · 3 comments
Closed

x/net: bump x/text to v0.3.5 to fix CVE-2020-28852 #43983

sfowl opened this issue Jan 29, 2021 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@sfowl
Copy link

sfowl commented Jan 29, 2021

On master:

$ grep text golang.org/x/net/go.mod 
	golang.org/x/text v0.3.3

I don't believe the vulnerable functions from x/text/language are used in x/net, though this will be helpful for consumers of x/net that may be erroneously flagged by scanners as missing the fix for this CVE.

#42536 (comment)

@gopherbot gopherbot added this to the Unreleased milestone Jan 29, 2021
@bcmills
Copy link
Contributor

bcmills commented Jan 29, 2021

CC @golang/release

@toothrot toothrot added the NeedsFix The path to resolution is known, but the work has not been done. label Jan 29, 2021
@toothrot
Copy link
Contributor

also /cc @bradfitz @ianlancetaylor

@gopherbot
Copy link

Change https://golang.org/cl/308869 mentions this issue: go.mod: bump golang.org/x/text to v0.3.6

@golang golang locked and limited conversation to collaborators Apr 10, 2022
dteh pushed a commit to dteh/fhttp that referenced this issue Jun 22, 2022
Fixes golang/go#43983

Change-Id: I518aacabf11bdbc4013dcf46ef5bf1c10fa5720c
Reviewed-on: https://go-review.googlesource.com/c/net/+/308869
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants