Commit 7c635ec
Fix Python dependency vulnerabilities (#301)
* Bump vulnerable Python dependencies and remove wheel from image
- aiohttp: >=3.13.3 (CVE-2025-69223, CVE-2025-69227/28/29)
- urllib3: >=2.6.3 (CVE-2025-66418, CVE-2025-66471, CVE-2026-21441)
- protobuf: >=6.33.5 (CVE-2026-0994)
- cryptography: >=46.0.5 added explicitly (CVE-2026-26007)
- wheel: uninstalled after pip install in Dockerfile (CVE-2026-24049)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Bump Rust base image to 1.88 to fix cargo-chef MSRV
cargo-chef now pulls cargo-platform@0.3.2 (requires rustc 1.88) and
cargo_metadata@0.23.1 / guppy@0.17.25 (require rustc 1.86). The
previous rust:1.85-alpine image can no longer build these tools.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 470a4e0 commit 7c635ec
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
143 | | - | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
0 commit comments