Skip to content

Commit

Permalink
MGMT-17596: Bump x/net to v0.24.0 to mitigate CVE-2023-45288 (#6214)
Browse files Browse the repository at this point in the history
Bump x/net to v0.24.0 to mitigate CVE-2023-45288
  • Loading branch information
paul-maidment committed Apr 18, 2024
1 parent eafb70b commit 844e6ef
Show file tree
Hide file tree
Showing 582 changed files with 53,930 additions and 12,034 deletions.
9 changes: 6 additions & 3 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ require (
github.com/oklog/ulid v1.3.1 // indirect
github.com/openshift/api v0.0.0-20210216211028-bb81baaf35cd // indirect
go.mongodb.org/mongo-driver v1.7.5 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/gorm v1.23.1 // indirect
Expand All @@ -52,4 +52,7 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
)

replace github.com/openshift/assisted-service/models => ../models
replace (
github.com/openshift/assisted-service/models => ../models
golang.org/x/net => golang.org/x/net v0.24.0
)
664 changes: 18 additions & 646 deletions api/go.sum

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions api/vendor/golang.org/x/net/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions api/vendor/golang.org/x/net/CONTRIBUTORS

This file was deleted.

54 changes: 29 additions & 25 deletions api/vendor/golang.org/x/net/http/httpguts/httplex.go

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

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

This file was deleted.

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

This file was deleted.

3 changes: 2 additions & 1 deletion api/vendor/golang.org/x/net/http2/client_conn_pool.go

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

59 changes: 31 additions & 28 deletions api/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.

2 changes: 1 addition & 1 deletion api/vendor/golang.org/x/net/http2/errors.go

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

88 changes: 78 additions & 10 deletions api/vendor/golang.org/x/net/http2/flow.go

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

0 comments on commit 844e6ef

Please sign in to comment.