dependabot[bot] opened a new pull request, #1848:
URL: https://github.com/apache/iceberg-go/pull/1848

   Bumps [github.com/moby/go-archive](https://github.com/moby/go-archive) from 
0.2.0 to 0.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/moby/go-archive/releases";>github.com/moby/go-archive's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.3.0</h2>
   <h2>Security</h2>
   <p>This release fixes <strong>CVE-2026-17106</strong> / <strong><a 
href="https://github.com/moby/go-archive/security/advisories/GHSA-hfg8-hc9c-6c3h";>GHSA-hfg8-hc9c-6c3h</a></strong>,
 where a crafted tar archive could use links to cause extraction operations to 
create or overwrite files outside the intended destination directory.</p>
   <p>The issue affected <code>Unpack</code>, <code>UnpackLayer</code>, 
<code>Untar</code>, <code>UntarUncompressed</code>, and the 
<code>ApplyLayer</code> helpers. Users should upgrade and avoid extracting 
untrusted archives with earlier versions.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>archive: harden tar extraction against path traversal <a 
href="https://redirect.github.com/moby/go-archive/pull/45";>moby/go-archive#45</a></li>
   <li>archive: do not follow reparse points in chtimes <a 
href="https://redirect.github.com/moby/go-archive/pull/90";>moby/go-archive#90</a></li>
   <li>archive: fix creation time updates on Windows <a 
href="https://redirect.github.com/moby/go-archive/pull/79";>moby/go-archive#79</a></li>
   <li>archive: minor cleanups and godoc touch-up <a 
href="https://redirect.github.com/moby/go-archive/pull/87";>moby/go-archive#87</a></li>
   <li>archive: RebaseArchiveEntries: fix archive path rebasing <a 
href="https://redirect.github.com/moby/go-archive/pull/43";>moby/go-archive#43</a></li>
   </ul>
   <h2>Test and CI changes</h2>
   <ul>
   <li>ci: enable dependabot for actions <a 
href="https://redirect.github.com/moby/go-archive/pull/81";>moby/go-archive#81</a></li>
   <li>archive: make breakoutErr unwrap its cause <a 
href="https://redirect.github.com/moby/go-archive/pull/91";>moby/go-archive#91</a></li>
   <li>archive: use filepath for filesystem paths in tests <a 
href="https://redirect.github.com/moby/go-archive/pull/80";>moby/go-archive#80</a></li>
   <li>archive: use filepath for filesystem paths in tests <a 
href="https://redirect.github.com/moby/go-archive/pull/80";>moby/go-archive#80</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/moby/go-archive/compare/v0.2.1...v0.3.0";>https://github.com/moby/go-archive/compare/v0.2.1...v0.3.0</a></p>
   <h2>v0.2.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>reject out-of-range device numbers in layer <a 
href="https://redirect.github.com/moby/go-archive/pull/36";>moby/go-archive#36</a></li>
   <li>createImpliedDirectories: fix directory detection and path handling <a 
href="https://redirect.github.com/moby/go-archive/pull/44";>moby/go-archive#44</a></li>
   <li>createImpliedDirectories: honor NoLchown for implied directories <a 
href="https://redirect.github.com/moby/go-archive/pull/70";>moby/go-archive#70</a></li>
   <li>createTarFile: use switch for timestamp updates <a 
href="https://redirect.github.com/moby/go-archive/pull/67";>moby/go-archive#67</a></li>
   <li>drop redundant ExcludePatterns initialization <a 
href="https://redirect.github.com/moby/go-archive/pull/62";>moby/go-archive#62</a></li>
   <li>ExportChanges: use POSIX / Unix conventions for Tar operations <a 
href="https://redirect.github.com/moby/go-archive/pull/41";>moby/go-archive#41</a></li>
   <li>getInodeFromStat: return error on failure <a 
href="https://redirect.github.com/moby/go-archive/pull/50";>moby/go-archive#50</a></li>
   <li>overlayWhiteoutConverter.ConvertRead: avoid redundant chown <a 
href="https://redirect.github.com/moby/go-archive/pull/55";>moby/go-archive#55</a></li>
   <li>overlayWhiteoutConverter.ConvertWrite: explicitly use POSIX / Unix <a 
href="https://redirect.github.com/moby/go-archive/pull/38";>moby/go-archive#38</a></li>
   <li>overlayWhiteoutConverter.ConvertWrite: simplify directory check <a 
href="https://redirect.github.com/moby/go-archive/pull/34";>moby/go-archive#34</a></li>
   <li>overlayWhiteoutConverter: fixes and cleanups <a 
href="https://redirect.github.com/moby/go-archive/pull/52";>moby/go-archive#52</a></li>
   <li>RebaseArchiveEntries: use POSIX / Unix paths <a 
href="https://redirect.github.com/moby/go-archive/pull/42";>moby/go-archive#42</a></li>
   <li>tarAppender.addTarFile: normalize archivePath to POSIX <a 
href="https://redirect.github.com/moby/go-archive/pull/40";>moby/go-archive#40</a></li>
   <li>tarAppender.addTarFile: return error before writing header <a 
href="https://redirect.github.com/moby/go-archive/pull/51";>moby/go-archive#51</a></li>
   <li>TarOptions: document IncludeFiles, ExcludePatterns <a 
href="https://redirect.github.com/moby/go-archive/pull/61";>moby/go-archive#61</a></li>
   <li>Unpack: prevent nil-pointer if nil-options are passed <a 
href="https://redirect.github.com/moby/go-archive/pull/66";>moby/go-archive#66</a></li>
   <li>remove some intermediate vars <a 
href="https://redirect.github.com/moby/go-archive/pull/53";>moby/go-archive#53</a></li>
   <li>rename some vars to prevent shadowing &quot;path&quot; import <a 
href="https://redirect.github.com/moby/go-archive/pull/35";>moby/go-archive#35</a></li>
   <li>rename vars to prevent shadowing and for clarity <a 
href="https://redirect.github.com/moby/go-archive/pull/39";>moby/go-archive#39</a></li>
   <li>fix typos in comments <a 
href="https://redirect.github.com/moby/go-archive/pull/59";>moby/go-archive#59</a></li>
   <li>modernize code <a 
href="https://redirect.github.com/moby/go-archive/pull/30";>moby/go-archive#30</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/moby/go-archive/commit/1c23372e409716c3691a540871806083644f348a";><code>1c23372</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moby/go-archive/issues/43";>#43</a> from 
thaJeztah/fix_rebase_from_root</li>
   <li><a 
href="https://github.com/moby/go-archive/commit/8829a251b613c4f71e8d66a4d7561ac47d7879ae";><code>8829a25</code></a>
 RebaseArchiveEntries: fix archive path rebasing</li>
   <li><a 
href="https://github.com/moby/go-archive/commit/c583b20c9c4c442597ca897b9f66d2280e16ff8b";><code>c583b20</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moby/go-archive/issues/90";>#90</a> from 
thaJeztah/chtimes_nofollow</li>
   <li><a 
href="https://github.com/moby/go-archive/commit/a0576cbfb800af90375daf73aaf785bbfa4daa72";><code>a0576cb</code></a>
 archive: do not follow reparse points in chtimes</li>
   <li><a 
href="https://github.com/moby/go-archive/commit/b0d5baf0b7665618751942678c3f241ac22e82c4";><code>b0d5baf</code></a>
 archive: add test for unexpected reparse points in chtimes</li>
   <li><a 
href="https://github.com/moby/go-archive/commit/c23e4e565e1dd2941e8782f3d20ea613dd632064";><code>c23e4e5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moby/go-archive/issues/79";>#79</a> from 
thaJeztah/test_chtimes</li>
   <li><a 
href="https://github.com/moby/go-archive/commit/aa1541a0af4d8d2a3183e69b847c54db9cd2e78e";><code>aa1541a</code></a>
 archive: fix creation time updates on Windows</li>
   <li><a 
href="https://github.com/moby/go-archive/commit/c68e60d59e3aef1ce3f881fc438058a418189152";><code>c68e60d</code></a>
 archive: add Windows creation time test</li>
   <li><a 
href="https://github.com/moby/go-archive/commit/a11565d1683c22864784efdaaffc4d770601b31e";><code>a11565d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moby/go-archive/issues/91";>#91</a> from 
thaJeztah/breakout_unwrap</li>
   <li><a 
href="https://github.com/moby/go-archive/commit/b680a6145296afddd9e31abec3e6c2d655e441b6";><code>b680a61</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moby/go-archive/issues/89";>#89</a> from 
moby/dependabot/github_actions/codeql-actions-ba9...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/moby/go-archive/compare/v0.2.0...v0.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/moby/go-archive&package-manager=go_modules&previous-version=0.2.0&new-version=0.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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](https://github.com/apache/iceberg-go/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to