Skip to content

Commit edd2099

Browse files
committed
[1.18.1] Fix CVE issue for x/crypto, jwt4 and jwt5
Signed-off-by: savitaashture <[email protected]>
1 parent 380308b commit edd2099

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+594
-80
lines changed

upstream/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/tektoncd/pipeline
22

3-
go 1.22.3
3+
go 1.23.0
44

5-
toolchain go1.22.7
5+
toolchain go1.24.1
66

77
require (
88
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -101,7 +101,7 @@ require (
101101
github.com/go-fed/httpsig v1.1.0 // indirect
102102
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
103103
github.com/go-logr/stdr v1.2.2 // indirect
104-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
104+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
105105
github.com/google/gnostic-models v0.6.8 // indirect
106106
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20240108195214-a0658aa1d0cc // indirect
107107
github.com/google/s2a-go v0.1.8 // indirect
@@ -195,7 +195,7 @@ require (
195195
github.com/go-openapi/swag v0.22.3 // indirect
196196
github.com/gobuffalo/flect v1.0.2 // indirect
197197
github.com/gogo/protobuf v1.3.2 // indirect
198-
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
198+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
199199
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
200200
github.com/golang/protobuf v1.5.4 // indirect
201201
github.com/google/gofuzz v1.2.0 // indirect
@@ -229,13 +229,13 @@ require (
229229
github.com/vbatts/tar-split v0.11.3 // indirect
230230
go.uber.org/automaxprocs v1.5.3 // indirect
231231
go.uber.org/multierr v1.11.0 // indirect
232-
golang.org/x/crypto v0.32.0 // indirect
232+
golang.org/x/crypto v0.35.0 // indirect
233233
golang.org/x/mod v0.19.0 // indirect
234234
golang.org/x/net v0.34.0 // indirect
235-
golang.org/x/sync v0.10.0
236-
golang.org/x/sys v0.29.0 // indirect
237-
golang.org/x/term v0.28.0 // indirect
238-
golang.org/x/text v0.21.0 // indirect
235+
golang.org/x/sync v0.11.0
236+
golang.org/x/sys v0.30.0 // indirect
237+
golang.org/x/term v0.29.0 // indirect
238+
golang.org/x/text v0.22.0 // indirect
239239
golang.org/x/time v0.8.0 // indirect
240240
golang.org/x/tools v0.23.0 // indirect
241241
google.golang.org/api v0.214.0 // indirect

upstream/go.sum

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

upstream/vendor/github.com/golang-jwt/jwt/v4/parser.go

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

upstream/vendor/github.com/golang-jwt/jwt/v5/README.md

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

upstream/vendor/github.com/golang-jwt/jwt/v5/SECURITY.md

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

upstream/vendor/github.com/golang-jwt/jwt/v5/parser.go

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

upstream/vendor/github.com/golang-jwt/jwt/v5/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.

0 commit comments

Comments
 (0)