Skip to content

Commit c501f91

Browse files
iPraveenPariharmergify[bot]
authored andcommitted
rebase: update golang.org/x/oauth2 to v0.29.0 in tools/ to address CVE-2025-22868
Signed-off-by: Praveen M <[email protected]>
1 parent e77ecb0 commit c501f91

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

tools/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/csi-addons/kubernetes-csi-addons/tools
22

3-
go 1.22.0
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
require (
@@ -196,7 +197,7 @@ require (
196197
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
197198
golang.org/x/mod v0.22.0 // indirect
198199
golang.org/x/net v0.34.0 // indirect
199-
golang.org/x/oauth2 v0.23.0 // indirect
200+
golang.org/x/oauth2 v0.29.0 // indirect
200201
golang.org/x/sync v0.10.0 // indirect
201202
golang.org/x/sys v0.29.0 // indirect
202203
golang.org/x/term v0.28.0 // indirect

tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
618618
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
619619
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
620620
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
621-
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
622-
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
621+
golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98=
622+
golang.org/x/oauth2 v0.29.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
623623
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
624624
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
625625
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

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

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

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

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

tools/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.

tools/vendor/golang.org/x/oauth2/token.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.

tools/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,8 @@ golang.org/x/net/internal/timeseries
10121012
golang.org/x/net/proxy
10131013
golang.org/x/net/trace
10141014
golang.org/x/net/websocket
1015-
# golang.org/x/oauth2 v0.23.0
1016-
## explicit; go 1.18
1015+
# golang.org/x/oauth2 v0.29.0
1016+
## explicit; go 1.23.0
10171017
golang.org/x/oauth2
10181018
golang.org/x/oauth2/internal
10191019
# golang.org/x/sync v0.10.0

0 commit comments

Comments
 (0)