Skip to content

chore(deps): bump tar from 0.4.45 to 0.4.46 in /codex-rs#568

Merged
KooshaPari merged 1 commit into
mainfrom
dependabot/cargo/codex-rs/tar-0.4.46
Jun 1, 2026
Merged

chore(deps): bump tar from 0.4.45 to 0.4.46 in /codex-rs#568
KooshaPari merged 1 commit into
mainfrom
dependabot/cargo/codex-rs/tar-0.4.46

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown

Bumps tar from 0.4.45 to 0.4.46.

Release notes

Sourced from tar's releases.

0.4.46

Security

See also GHSA-3cv2-h65g-fgmm

Other changes

New Contributors

Full Changelog: composefs/tar-rs@0.4.45...0.4.46

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.45 to 0.4.46.
- [Release notes](https://github.com/composefs/tar-rs/releases)
- [Commits](composefs/tar-rs@0.4.45...0.4.46)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 0.4.46
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests updating dependencies rust Pull requests that update rust code labels May 29, 2026
@dependabot dependabot Bot requested a review from KooshaPari as a code owner May 29, 2026 21:58
@dependabot dependabot Bot added dependencies Pull requests updating dependencies rust Pull requests that update rust code labels May 29, 2026
@codeant-ai

codeant-ai Bot commented May 29, 2026

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@kilo-code-bot

kilo-code-bot Bot commented May 30, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This is a Dependabot-generated security update bumping tar from 0.4.45 to 0.4.46 in the codex-rs workspace. The update addresses GHSA-3cv2-h65g-fgmm, a PAX header desync vulnerability in the tar crate.

The upgrade is minimal and appropriate:

  • codex-rs/Cargo.toml: Version constraint updated from 0.4.45 to 0.4.46 (line 280)
  • codex-rs/Cargo.lock: Lockfile updated to reflect the new version's checksum

The tar crate is consumed in two crates within this workspace:

  • package-manager (archive extraction for external packages)
  • artifacts (artifact runtime installation)

Security Assessment

The PAX header fix in 0.4.46 resolves a vulnerability where malformed tar archives could cause a desync between the expected and actual entry positions, potentially leading to incorrect file extraction. Both consuming crates already implement proper path sanitization (safe_extract_path in package-manager) to prevent path traversal attacks during archive extraction.

Files Reviewed (2 files)

  • codex-rs/Cargo.toml - Version constraint update
  • codex-rs/Cargo.lock - Lockfile update

Reviewed by laguna-m.1-20260312:free · 1,257,254 tokens

@KooshaPari KooshaPari merged commit 4689f72 into main Jun 1, 2026
8 of 9 checks passed
@KooshaPari KooshaPari deleted the dependabot/cargo/codex-rs/tar-0.4.46 branch June 1, 2026 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests updating dependencies rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant