Commit 6d6cf18
fix(deps): bump aiohttp and pyjwt constraints for CVE-2026-34993 and CVE-2026-48526 (backport #6183) (#6223)
## Summary
Backport of #6183 to `release-0.7.x`.
Bump minimum versions for aiohttp and pyjwt to address active CVEs:
| Package | Old Constraint | New Constraint | CVE |
|---|---|---|---|
| `aiohttp` | `>=3.13.3` | `>=3.14.0` | CVE-2026-34993: arbitrary code
execution via `CookieJar.load()` |
| `pyjwt[crypto]` | `>=2.12.0` | `>=2.13.0` | CVE-2026-48526:
authentication bypass via forged JWTs |
## Test plan
- [x] `uv run pre-commit run --all-files` — all checks passed (skipped
`api-conformance` due to Go version mismatch in local env)
- [ ] Verify updated package versions resolve in clean install
Signed-off-by: Eleanor Hu <ehu@redhat.com>
Signed-off-by: Charlie Doern <cdoern@redhat.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Charlie Doern <cdoern@redhat.com>1 parent c6b77ac commit 6d6cf18
2 files changed
Lines changed: 93 additions & 78 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments