Skip to content

Commit f1e7e0e

Browse files
authored
Merge pull request #1871 from andyzhangx/CVE-2024-51744-1.24
[release-1.24] fix: CVE-2024-51744
2 parents 18906ee + 2cbfad9 commit f1e7e0e

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/go-openapi/jsonreference v0.20.2 // indirect
7676
github.com/go-openapi/swag v0.22.4 // indirect
7777
github.com/gogo/protobuf v1.3.2 // indirect
78-
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
78+
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
7979
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
8080
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8181
github.com/google/cel-go v0.17.8 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRx
129129
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
130130
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
131131
github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
132-
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
133132
github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
133+
github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo=
134+
github.com/golang-jwt/jwt/v4 v4.5.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
134135
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
135136
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
136137
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=

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

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ github.com/gogo/protobuf/gogoproto
225225
github.com/gogo/protobuf/proto
226226
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
227227
github.com/gogo/protobuf/sortkeys
228-
# github.com/golang-jwt/jwt/v4 v4.5.0
228+
# github.com/golang-jwt/jwt/v4 v4.5.1
229229
## explicit; go 1.16
230230
github.com/golang-jwt/jwt/v4
231231
# github.com/golang-jwt/jwt/v5 v5.2.1

0 commit comments

Comments
 (0)