File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ go 1.23.0
44
55toolchain 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+
713require (
814 github.com/apparentlymart/go-cidr v1.1.0
915 github.com/aws/aws-sdk-go v1.55.6
Original file line number Diff line number Diff line change @@ -1455,3 +1455,5 @@ sigs.k8s.io/structured-merge-diff/v4/value
14551455sigs.k8s.io/yaml
14561456sigs.k8s.io/yaml/goyaml.v2
14571457sigs.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
You can’t perform that action at this time.
0 commit comments