Skip to content

Commit 8d99cce

Browse files
Merge pull request #2859 from jrvaldes/OCPBUGS-54112
vendor: fix golang-jwt to v4.5.2 and v5.2.2
2 parents 5023b3f + 7c874e4 commit 8d99cce

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ go 1.23.0
44

55
toolchain go1.23.5
66

7+
replace (
8+
// fix CVE-2025-30204 transitive deps still using older v4. Remove once `go mod graph` shows only 4.5.2 or higher
9+
github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.2
10+
github.com/golang-jwt/jwt/v5 => github.com/golang-jwt/jwt/v5 v5.2.2
11+
)
12+
713
require (
814
github.com/apparentlymart/go-cidr v1.1.0
915
github.com/aws/aws-sdk-go v1.55.6

vendor/modules.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,3 +1455,5 @@ sigs.k8s.io/structured-merge-diff/v4/value
14551455
sigs.k8s.io/yaml
14561456
sigs.k8s.io/yaml/goyaml.v2
14571457
sigs.k8s.io/yaml/goyaml.v3
1458+
# github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.2
1459+
# github.com/golang-jwt/jwt/v5 => github.com/golang-jwt/jwt/v5 v5.2.2

0 commit comments

Comments
 (0)