mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
78211b694b
client-go 1.20.6 has a fix for below CVE: This patch address this via updating client-go and other dependencies. CVE-2019-11250 : The MITRE CVE dictionary describes this issue as: The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected. Ref# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11250 Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
30 lines
784 B
Modula-2
30 lines
784 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/cloud-provider
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.2
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
k8s.io/api v0.20.6
|
|
k8s.io/apimachinery v0.20.6
|
|
k8s.io/apiserver v0.20.6
|
|
k8s.io/client-go v0.20.6
|
|
k8s.io/component-base v0.20.6
|
|
k8s.io/controller-manager v0.20.6
|
|
k8s.io/klog/v2 v2.4.0
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
|
|
)
|
|
|
|
replace (
|
|
k8s.io/api => k8s.io/api v0.20.6
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.20.6
|
|
k8s.io/apiserver => k8s.io/apiserver v0.20.6
|
|
k8s.io/client-go => k8s.io/client-go v0.20.6
|
|
k8s.io/component-base => k8s.io/component-base v0.20.6
|
|
k8s.io/controller-manager => k8s.io/controller-manager v0.20.6
|
|
)
|