Commit 358c5fd
fix(deps): bump golang-jwt/jwt/v4 v4.5.0->v4.5.2 (CVEs)
Closes 2 reachable CVEs flagged by govulncheck on master (834fffd):
- GO-2025-3553 / GHSA-mh63-6h87-95cp (CVSS 8.7) — excessive memory
in jwt header parse
- GO-2024-3250 / GHSA-29wx-vh33-7x7r (CVSS 3.1) — improper error
handling
Both reachable via crypto/jwt.go:113 VerifyOnboardingJWT
→ jwt.ParseWithClaims. v4.5.2 is the minimum version that covers
both (v4.5.1 only covers 3250).
Local make gate passes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 86b1804 commit 358c5fd
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments