Skip to content

Commit e77ecb0

Browse files
iPraveenPariharmergify[bot]
authored andcommitted
rebase: update golang.org/x/oauth2 to v0.29.0 to address CVE-2025-22868
Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent 74dc32b commit e77ecb0

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
go.uber.org/multierr v1.11.0 // indirect
8686
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
8787
golang.org/x/net v0.34.0 // indirect
88-
golang.org/x/oauth2 v0.25.0 // indirect
88+
golang.org/x/oauth2 v0.29.0 // indirect
8989
golang.org/x/sync v0.10.0 // indirect
9090
golang.org/x/sys v0.29.0 // indirect
9191
golang.org/x/term v0.28.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
181181
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
182182
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
183183
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
184-
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
185-
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
184+
golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98=
185+
golang.org/x/oauth2 v0.29.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
186186
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
187187
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
188188
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

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

Lines changed: 6 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/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: 1 addition & 1 deletion
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
@@ -348,8 +348,8 @@ golang.org/x/net/idna
348348
golang.org/x/net/internal/timeseries
349349
golang.org/x/net/trace
350350
golang.org/x/net/websocket
351-
# golang.org/x/oauth2 v0.25.0
352-
## explicit; go 1.18
351+
# golang.org/x/oauth2 v0.29.0
352+
## explicit; go 1.23.0
353353
golang.org/x/oauth2
354354
golang.org/x/oauth2/internal
355355
# golang.org/x/sync v0.10.0

0 commit comments

Comments
 (0)