fix(deps): update module github.com/moby/go-archive to v0.3.2 - #74
Open
guided-traffic-bot wants to merge 1 commit into
Open
fix(deps): update module github.com/moby/go-archive to v0.3.2#74guided-traffic-bot wants to merge 1 commit into
guided-traffic-bot wants to merge 1 commit into
Conversation
📊 Combined Test Coverage ReportCurrent Coverage: 📁 Coverage by PackageCoverage by Package
📄 Full Coverage Report
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.2.1→v0.3.2Release Notes
moby/go-archive (github.com/moby/go-archive)
v0.3.2Compare Source
What's Changed
Fix a regression introduced in v0.3.0 that caused archive extraction to fail when paths traversed absolute symlinks inside the destination root, such as
var/run -> /run. Absolute symlink targets are now resolved relative to the extraction root while relative symlink escapes remain rejected. #93Full Changelog: moby/go-archive@v0.3.1...v0.3.2
v0.3.1Compare Source
Fixes
This patch release fixes a regression in archive extraction that could fail when an archive omitted explicit entries for parent directories.
For example, extracting
etc/dnf/without a precedingetc/entry could returnmkdirat etc/dnf: no such file or directory.This prevented affected images from being extracted. Archive extraction now creates implied parent directories for both file and directory entries.
What's Changed
Full Changelog: moby/go-archive@v0.3.0...v0.3.1
v0.3.0Compare Source
Security
This release fixes CVE-2026-17106 / GHSA-hfg8-hc9c-6c3h, where a crafted tar archive could use links to cause extraction operations to create or overwrite files outside the intended destination directory.
The issue affected
Unpack,UnpackLayer,Untar,UntarUncompressed, and theApplyLayerhelpers. Users should upgrade and avoid extracting untrusted archives with earlier versions.What's Changed
Test and CI changes
Full Changelog: moby/go-archive@v0.2.1...v0.3.0
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.