Skip to content

Commit c3559ac

Browse files
committed
patch fix
1 parent 07b827d commit c3559ac

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.konflux/patches/fix-oauth2-vulnerability-ghsa-6v2p-p543-phr9.patch

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@ index e790e1b..ad9bcb0 100644
2727
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
2828
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
2929

30+
diff --git a/image/git-init/vendor/modules.txt b/image/git-init/vendor/modules.txt
31+
index 5851476..d61e665 100644
32+
--- a/image/git-init/vendor/modules.txt
33+
+++ b/image/git-init/vendor/modules.txt
34+
@@ -248,8 +248,8 @@ golang.org/x/net/idna
35+
golang.org/x/net/internal/httpcommon
36+
golang.org/x/net/internal/timeseries
37+
golang.org/x/net/trace
38+
-# golang.org/x/oauth2 v0.26.0
39+
-## explicit; go 1.18
40+
+# golang.org/x/oauth2 v0.27.0
41+
+## explicit; go 1.23.0
42+
golang.org/x/oauth2
43+
golang.org/x/oauth2/internal
44+
# golang.org/x/sync v0.11.0
45+
3046
diff --git a/image/git-init/vendor/golang.org/x/oauth2/pkce.go b/image/git-init/vendor/golang.org/x/oauth2/pkce.go
3147
index 50593b6..6a95da9 100644
3248
--- a/image/git-init/vendor/golang.org/x/oauth2/pkce.go

0 commit comments

Comments
 (0)