mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-24 14:04:38 +00:00
Hello gophers, Version v0.3.3 of golang.org/x/text fixes a vulnerability in the golang.org/x/text/encoding/unicode package which could lead to the UTF-16 decoder entering an infinite loop, causing the program to crash or run out of memory. An attacker could provide a single byte to a UTF16 decoder instantiated with UseBOM or ExpectBOM to trigger an infinite loop if the String function on the Decoder is called, or the Decoder is passed to golang.org/x/text/transform.String. transform.String has also been hardened not to enter an infinite loop if a Transformer keeps returning ErrShortSrc even if atEOF is true. This issue was first filed as Issue 39491 by GitHub user abacabadabacaba and reported to the security team by Anton Gyllenberg. It is tracked as CVE-2020-14040. Cheers, Katie for the Go team Kubernetes-commit: 3cef97e8b5f67b4a350ee7a51e68604732e46f58
43 lines
1.5 KiB
Modula-2
43 lines
1.5 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/client-go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go v0.51.0 // indirect
|
|
github.com/Azure/go-autorest/autorest v0.9.6
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.2
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/evanphx/json-patch v0.0.0-20190815234213-e83c0a1c26c8
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/google/gofuzz v1.1.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/googleapis/gnostic v0.4.1
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
|
|
github.com/imdario/mergo v0.3.5
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
k8s.io/api v0.0.0
|
|
k8s.io/apimachinery v0.0.0
|
|
k8s.io/klog/v2 v2.1.0
|
|
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
|
|
k8s.io/api => ../api
|
|
k8s.io/apimachinery => ../apimachinery
|
|
k8s.io/client-go => ../client-go
|
|
)
|