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
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.
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
The text was updated successfully, but these errors were encountered: