Skip to content

Commit

Permalink
vendor: fix CVE-2022-43756
Browse files Browse the repository at this point in the history
ref: longhorn/security(15)

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
(cherry picked from commit ac2c7f3)
  • Loading branch information
c3y1huang authored and David Ko committed Sep 21, 2023
1 parent 5b9508c commit ae01550
Show file tree
Hide file tree
Showing 35 changed files with 686 additions and 109 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ require (
github.com/prometheus/client_golang v1.15.0
github.com/rancher/dynamiclistener v0.3.1
github.com/rancher/go-rancher v0.1.1-0.20220412083059-ff12399dd57b
github.com/rancher/wrangler v1.0.0
github.com/rancher/wrangler v1.1.1
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
Expand All @@ -68,7 +68,7 @@ require (
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.27.1
k8s.io/apiextensions-apiserver v0.24.0
k8s.io/apiextensions-apiserver v0.25.4
k8s.io/apimachinery v0.27.1
k8s.io/cli-runtime v0.27.1
k8s.io/client-go v0.27.1
Expand Down Expand Up @@ -149,7 +149,7 @@ require (
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/rancher/lasso v0.0.0-20211217013041-3c6118a30611
github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand Down Expand Up @@ -192,7 +192,7 @@ require (
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kms v0.27.1 // indirect
k8s.io/kube-aggregator v0.24.0 // indirect
k8s.io/kube-aggregator v0.25.4 // indirect
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
k8s.io/kubelet v0.0.0 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.1 // indirect
Expand Down
45 changes: 6 additions & 39 deletions go.sum

Large diffs are not rendered by default.

23 changes: 22 additions & 1 deletion vendor/github.com/rancher/lasso/pkg/cache/cache.go

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

3 changes: 3 additions & 0 deletions vendor/github.com/rancher/lasso/pkg/cache/healthcheck.go

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

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

23 changes: 23 additions & 0 deletions vendor/github.com/rancher/lasso/pkg/client/client.go

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

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

63 changes: 63 additions & 0 deletions vendor/github.com/rancher/lasso/pkg/client/useragent.go

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

22 changes: 20 additions & 2 deletions vendor/github.com/rancher/lasso/pkg/controller/controller.go

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

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

Loading

0 comments on commit ae01550

Please sign in to comment.