Skip to content

Commit 9be05e7

Browse files
Merge pull request #606 from xueqzhan/revert-602-fixCVE
OCPBUGS-52848: Revert "OCPBUGS-52346: bump x/oauth2 to version 0.27.0"
2 parents 9182662 + 9b8183c commit 9be05e7

File tree

8 files changed

+22
-24
lines changed

8 files changed

+22
-24
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/openshift/cluster-samples-operator
22

3-
go 1.23.0
3+
go 1.22.0
44

5-
toolchain go1.23.2
5+
toolchain go1.22.1
66

77
require (
88
github.com/google/gofuzz v1.2.0 // indirect
@@ -80,7 +80,7 @@ require (
8080
golang.org/x/crypto v0.24.0 // indirect
8181
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
8282
golang.org/x/net v0.26.0 // indirect
83-
golang.org/x/oauth2 v0.27.0 // indirect
83+
golang.org/x/oauth2 v0.21.0 // indirect
8484
golang.org/x/sync v0.7.0 // indirect
8585
golang.org/x/sys v0.21.0 // indirect
8686
golang.org/x/term v0.21.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,8 @@ golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAG
644644
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
645645
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
646646
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
647-
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
648-
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
647+
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
648+
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
649649
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
650650
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
651651
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/golang.org/x/oauth2/LICENSE

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/README.md

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/oauth2.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/pkce.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/token.go

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ golang.org/x/net/idna
363363
golang.org/x/net/internal/timeseries
364364
golang.org/x/net/trace
365365
golang.org/x/net/websocket
366-
# golang.org/x/oauth2 v0.27.0
367-
## explicit; go 1.23.0
366+
# golang.org/x/oauth2 v0.21.0
367+
## explicit; go 1.18
368368
golang.org/x/oauth2
369369
golang.org/x/oauth2/internal
370370
# golang.org/x/sync v0.7.0

0 commit comments

Comments
 (0)