Skip to content

Commit

Permalink
MGMT-17594: Bump x/net to at least v0.24.0 to mitigate CVE-2023-45288 (
Browse files Browse the repository at this point in the history
…#834)

Bump x/net to at least v0.24.0 to mitigate CVE-2023-45288
  • Loading branch information
paul-maidment committed Apr 18, 2024
1 parent 2b068dc commit 5d64ad0
Show file tree
Hide file tree
Showing 394 changed files with 2,817 additions and 3,099 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/thoas/go-funk v0.9.3
github.com/vincent-petithory/dataurl v1.0.0
golang.org/x/net v0.14.0
golang.org/x/net v0.24.0
golang.org/x/sync v0.1.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.25.0
Expand Down Expand Up @@ -134,11 +134,11 @@ require (
go.mongodb.org/mongo-driver v1.11.3 // indirect
go.opentelemetry.io/otel v1.11.1 // indirect
go.opentelemetry.io/otel/trace v1.11.1 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/term v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down Expand Up @@ -168,6 +168,7 @@ replace (
github.com/openshift/api => github.com/openshift/api v0.0.0-20220824124051-d72820206113
github.com/openshift/assisted-service/api => github.com/openshift/assisted-service/api v0.0.0-20230215124228-189e234b9582
github.com/openshift/assisted-service/models => github.com/openshift/assisted-service/models v0.0.0-20230215124228-189e234b9582
golang.org/x/net => golang.org/x/net v0.24.0
sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20201022175424-d30c7a274820
sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20201016155852-4090a6970205
)
112 changes: 10 additions & 102 deletions go.sum

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vendor/golang.org/x/net/context/go17.go

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

1 change: 0 additions & 1 deletion vendor/golang.org/x/net/context/go19.go

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

1 change: 0 additions & 1 deletion vendor/golang.org/x/net/context/pre_go17.go

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

1 change: 0 additions & 1 deletion vendor/golang.org/x/net/context/pre_go19.go

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

12 changes: 8 additions & 4 deletions vendor/golang.org/x/net/html/token.go

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

5 changes: 1 addition & 4 deletions vendor/golang.org/x/net/http/httpproxy/proxy.go

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

51 changes: 0 additions & 51 deletions vendor/golang.org/x/net/http2/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/net/http2/Makefile

This file was deleted.

59 changes: 31 additions & 28 deletions vendor/golang.org/x/net/http2/databuffer.go

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

42 changes: 36 additions & 6 deletions vendor/golang.org/x/net/http2/frame.go

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

30 changes: 0 additions & 30 deletions vendor/golang.org/x/net/http2/go111.go

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/golang.org/x/net/http2/go115.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/golang.org/x/net/http2/go118.go

This file was deleted.

0 comments on commit 5d64ad0

Please sign in to comment.