Summary
cargo-deny is currently failing on main and PR branches because codex-package-manager pulls in tar 0.4.44, which is flagged by RUSTSEC-2026-0068.
Evidence
- failing
main workflow: cargo-deny run 23563742907
- failing PR workflow example:
cargo-deny run 23590629513
- advisory:
RUSTSEC-2026-0068
- suggested remediation from CI: upgrade to
tar >= 0.4.45
Notes
This is repository-wide CI breakage, not specific to PR #42.
Summary
cargo-denyis currently failing onmainand PR branches becausecodex-package-managerpulls intar 0.4.44, which is flagged byRUSTSEC-2026-0068.Evidence
mainworkflow:cargo-denyrun23563742907cargo-denyrun23590629513RUSTSEC-2026-0068tar >= 0.4.45Notes
This is repository-wide CI breakage, not specific to PR #42.