Commit 62fa61e
fix(deps): bump 10 HIGH CVEs in codex-rs (aws-lc-sys, quinn-proto, rustls-webpki)
Cascades the heliosCLI PR #233 CVE pattern to codex-rs. Closes 10 of
11 HIGH advisories surfaced by `cargo audit`:
- aws-lc-sys 0.37.0 -> 0.40.0
Closes RUSTSEC-2026-0044, 2026-0045, 2026-0046, 2026-0047, 2026-0048
- quinn-proto 0.11.13 -> 0.11.14
Closes RUSTSEC-2026-0037
- rustls-webpki 0.103.9 -> 0.103.13
Closes RUSTSEC-2026-0049, 2026-0098, 2026-0099, 2026-0104
Lock-file updates only (workspace declarations unchanged).
The 11th advisory, RUSTSEC-2023-0071 (Marvin attack on rsa crate),
has no upstream fix. The rsa maintainers have not shipped a patched
version. The crate enters our graph transitively through sqlx's
native-tls / mysql backends that are not exercised in production
code paths. Suppressed in `codex-rs/.cargo/audit.toml` with an
explanatory comment and re-evaluation pointer.
Verification: `cargo audit` reports 0 vulnerabilities, 5 informational
warnings (unmaintained/unsound — not the rsa CVE, suppressed in
audit.toml as expected).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0b2bc0f commit 62fa61e
2 files changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments