Skip to content

Commit

Permalink
Bump golang.org/x/text to v0.3.3
Browse files Browse the repository at this point in the history
Version v0.3.3 of the x/text package fixes a vulnerability in 
encoding/unicode that could lead to the UTF-16 decoder entering an 
infinite loop, causing the program to crash or run out of memory.

See https://groups.google.com/g/golang-announce/c/bXVeAmGOqz0?pli=1 for 
details.
  • Loading branch information
JoelSpeed committed Jul 13, 2020
1 parent 245b581 commit af8be8c
Show file tree
Hide file tree
Showing 12 changed files with 11,086 additions and 17 deletions.
2 changes: 2 additions & 0 deletions go.mod
Expand Up @@ -10,13 +10,15 @@ require (
github.com/openshift/api v0.0.0-20200424083944-0422dc17083e
github.com/openshift/machine-api-operator v0.2.1-0.20200701225707-950912b03628
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/text v0.3.3 // indirect
google.golang.org/api v0.4.0

// kube 1.18
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/client-go v0.18.2
k8s.io/klog v1.0.0
k8s.io/kubectl v0.18.0-rc.1
sigs.k8s.io/controller-runtime v0.6.0
sigs.k8s.io/controller-tools v0.3.0
sigs.k8s.io/yaml v1.2.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -526,6 +526,8 @@ golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
Expand Down
94 changes: 86 additions & 8 deletions vendor/golang.org/x/text/encoding/unicode/unicode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion vendor/golang.org/x/text/transform/transform.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/golang.org/x/text/unicode/bidi/core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af8be8c

Please sign in to comment.