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

High vulnerability in golang.org/x/text #474

Closed
niting3c opened this issue Sep 29, 2021 · 2 comments · Fixed by #534
Closed

High vulnerability in golang.org/x/text #474

niting3c opened this issue Sep 29, 2021 · 2 comments · Fixed by #534

Comments

@niting3c
Copy link

golang.org/x/text is being used by golang.org/x/net

golang.org/x/text which has a here vulnerability as reported here:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14040

Short-term and Long-term upgrade fix is available in v0.3.7 for golang.org/x/text
Similary update the golang.org/x/net

@Akaame
Copy link

Akaame commented Dec 29, 2021

The x/text package before 0.3.3 for Go has a vulnerability

golang.org/x/net version used in the project (golang.org/x/net v0.0.0-20210428140749-89ef3d95e781) already depends on (golang.org/x/text v0.3.6) though.

Here is the ref to go.mod: https://cs.opensource.google/go/x/net/+/89ef3d95e781148a0951956029c92a211477f7f9:go.mod

snyk also does not report this and go list -m all says that the project depends on v0.3.6.

@Inveracity
Copy link

It looks like a new vulnerability has found its way to 0.3.6
https://security.snyk.io/vuln/SNYK-GOLANG-GOLANGORGXTEXTINTERNALLANGUAGE-2400718

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants