Skip to content

Bump github.com/moby/go-archive from 0.1.0 to 0.3.0 in /examples/cost-analysis-export - #5923

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/examples/cost-analysis-export/github.com/moby/go-archive-0.3.0
Open

Bump github.com/moby/go-archive from 0.1.0 to 0.3.0 in /examples/cost-analysis-export#5923
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/examples/cost-analysis-export/github.com/moby/go-archive-0.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/moby/go-archive from 0.1.0 to 0.3.0.

Release notes

Sourced from github.com/moby/go-archive's releases.

v0.3.0

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 the ApplyLayer helpers. 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

v0.2.1

What's Changed

... (truncated)

Commits
  • 1c23372 Merge pull request #43 from thaJeztah/fix_rebase_from_root
  • 8829a25 RebaseArchiveEntries: fix archive path rebasing
  • c583b20 Merge pull request #90 from thaJeztah/chtimes_nofollow
  • a0576cb archive: do not follow reparse points in chtimes
  • b0d5baf archive: add test for unexpected reparse points in chtimes
  • c23e4e5 Merge pull request #79 from thaJeztah/test_chtimes
  • aa1541a archive: fix creation time updates on Windows
  • c68e60d archive: add Windows creation time test
  • a11565d Merge pull request #91 from thaJeztah/breakout_unwrap
  • b680a61 Merge pull request #89 from moby/dependabot/github_actions/codeql-actions-ba9...
  • Additional commits viewable in compare view

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 [github.com/moby/go-archive](https://github.com/moby/go-archive) from 0.1.0 to 0.3.0.
- [Release notes](https://github.com/moby/go-archive/releases)
- [Changelog](https://github.com/moby/go-archive/blob/main/changes_test.go)
- [Commits](moby/go-archive@v0.1.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/moby/go-archive
  dependency-version: 0.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 19, 2026
@dependabot
dependabot Bot requested review from a team and a lite review from Copilot August 19, 2026 05:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 19, 2026
@dependabot
dependabot Bot requested a review from sdesai345 August 19, 2026 05:54
@dependabot
dependabot Bot requested review from a team and Jorge Palma (palma21) as code owners August 19, 2026 05:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Go module dependencies for the examples/cost-analysis-export sample, primarily bumping github.com/moby/go-archive to v0.3.0 to pick up the upstream security fix for CVE-2026-17106 (tar extraction path traversal hardening).

Changes:

  • Bump github.com/moby/go-archive from v0.1.0 to v0.3.0 (plus related indirect dependency updates).
  • Update several transitive dependencies in go.mod / go.sum (for example github.com/klauspost/compress, github.com/moby/*, github.com/sirupsen/logrus).
  • Bump the module go directive to go 1.25.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
examples/cost-analysis-export/go.mod Updates indirect dependency versions (including go-archive) and bumps the module Go version directive.
examples/cost-analysis-export/go.sum Refreshes checksums to match the updated dependency graph.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

module github.com/Azure/aks-cost-analysis-export

go 1.24.3
go 1.25
module github.com/Azure/aks-cost-analysis-export

go 1.24.3
go 1.25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant