dependabot[bot] opened a new pull request, #288: URL: https://github.com/apache/dubbo-kubernetes/pull/288
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.27.0 to 5.30.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/containers/image/releases">github.com/containers/image/v5's releases</a>.</em></p> <blockquote> <h2>v5.30.1</h2> <p>This fixes CVE-2024-3727 .</p> <p>Digest values used throughout this library were not always validated. That allowed attackers to trigger, when pulling untrusted images, unexpected authenticated registry accesses on behalf of a victim user.</p> <p>In less common uses of this library (using other transports or not using the <code>containers/image/v5/copy.Image</code> API), an attacker could also trigger local path traversals or crashes.</p> <h2>v5.30.0</h2> <h2>What's Changed</h2> <p>A fair number of improvements when working with <code>zstd</code> and <code>zstd:chunked</code>-compressed images.</p> <p>Note that <code>make install</code> now installs <code>policy.json</code> and <code>registries.d/default.yaml</code>.</p> <ul> <li>Refuse compression to zstd when using schema1 by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2196">containers/image#2196</a></li> <li>Don't expose local account details in oci-archive tar files by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2202">containers/image#2202</a></li> <li>Trigger a conversion to OCI when compressing to Zstd by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2204">containers/image#2204</a></li> <li>Add buildtags to avoid fulcio and rekor dependencies by <a href="https://github.com/siretart"><code>@siretart</code></a> in <a href="https://redirect.github.com/containers/image/pull/2180">containers/image#2180</a></li> <li>copy: do not fail if digest mismatches by <a href="https://github.com/giuseppe"><code>@giuseppe</code></a> in <a href="https://redirect.github.com/containers/image/pull/1980">containers/image#1980</a></li> <li>Moving policy.json and default.yaml from containers/skopeo by <a href="https://github.com/rahilarious"><code>@rahilarious</code></a> in <a href="https://redirect.github.com/containers/image/pull/2215">containers/image#2215</a></li> <li>Embrace codespell: config, workflow (to alert when new typos added) and get typos fixed by <a href="https://github.com/yarikoptic"><code>@yarikoptic</code></a> in <a href="https://redirect.github.com/containers/image/pull/2214">containers/image#2214</a></li> <li>Fix raspberry pi zero cpu variant recognition by <a href="https://github.com/lstolcman"><code>@lstolcman</code></a> in <a href="https://redirect.github.com/containers/image/pull/2086">containers/image#2086</a></li> <li>storage: validate images converted to zstd:chunked by <a href="https://github.com/giuseppe"><code>@giuseppe</code></a> in <a href="https://redirect.github.com/containers/image/pull/2243">containers/image#2243</a></li> <li>Make blob reuse choices manifest-format-sensitive, and allow conversions when writing to format-agnostic transports by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2213">containers/image#2213</a></li> <li>Edit the manifest when pushing uncompressed data from c/storage by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2273">containers/image#2273</a></li> <li>Random storage-related cleanups by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2287">containers/image#2287</a></li> <li>Improve storage transport documentation, primarily about locking by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2291">containers/image#2291</a></li> <li>Fix c/storage destination with partial pulls by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2288">containers/image#2288</a></li> <li>Fix manifest updates when we match a layer by TOC digest by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2294">containers/image#2294</a></li> <li>Cleanly fail when trying to obtain a DiffID of a non-OCI image by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2295">containers/image#2295</a></li> <li>Beautify TOC-related parts of storageImageSource by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2296">containers/image#2296</a></li> <li>storage: use the new ApplyStagedLayer interface by <a href="https://github.com/giuseppe"><code>@giuseppe</code></a> in <a href="https://redirect.github.com/containers/image/pull/2301">containers/image#2301</a></li> <li>Also annotate image instances using zstd:chunked as using zstd by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2302">containers/image#2302</a></li> <li>Support editing ArtifactType, preserve it in lists by <a href="https://github.com/nalind"><code>@nalind</code></a> in <a href="https://redirect.github.com/containers/image/pull/2304">containers/image#2304</a></li> <li>Provide data to correctly report throughput on partial pulls by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2308">containers/image#2308</a></li> <li>Add validation error to digesting reader by <a href="https://github.com/saschagrunert"><code>@saschagrunert</code></a> in <a href="https://redirect.github.com/containers/image/pull/2312">containers/image#2312</a></li> <li>Fix handling of errors when fetching layers by URLs by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2310">containers/image#2310</a></li> <li>Improve handling of zstd vs. zstd:chunked matching by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2317">containers/image#2317</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rahilarious"><code>@rahilarious</code></a> made their first contribution in <a href="https://redirect.github.com/containers/image/pull/2215">containers/image#2215</a></li> <li><a href="https://github.com/yarikoptic"><code>@yarikoptic</code></a> made their first contribution in <a href="https://redirect.github.com/containers/image/pull/2214">containers/image#2214</a></li> <li><a href="https://github.com/lstolcman"><code>@lstolcman</code></a> made their first contribution in <a href="https://redirect.github.com/containers/image/pull/2086">containers/image#2086</a></li> <li><a href="https://github.com/bainsy88"><code>@bainsy88</code></a> made their first contribution in <a href="https://redirect.github.com/containers/image/pull/2260">containers/image#2260</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/containers/image/compare/v5.29.2...v5.30.0">https://github.com/containers/image/compare/v5.29.2...v5.30.0</a></p> <h2>v5.29.2</h2> <h2>What's Changed</h2> <ul> <li>[release-5.29] backport Docker Daemon fix by <a href="https://github.com/TomSweeneyRedHat"><code>@TomSweeneyRedHat</code></a> in <a href="https://redirect.github.com/containers/image/pull/2270">containers/image#2270</a></li> <li>[release-5.29] Tag 5.29.1 by <a href="https://github.com/mtrmac"><code>@mtrmac</code></a> in <a href="https://redirect.github.com/containers/image/pull/2253">containers/image#2253</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containers/image/commit/56e750a2cab2472740a8be66355401da5191d10b"><code>56e750a</code></a> Release 5.30.1</li> <li><a href="https://github.com/containers/image/commit/132678b47bae29c710589012668cb85859d88385"><code>132678b</code></a> Merge pull request <a href="https://redirect.github.com/containers/image/issues/2404">#2404</a> from mtrmac/digest-unmarshal-5.30</li> <li><a href="https://github.com/containers/image/commit/b724ee7726a6f36989e81e7886204d69458120a2"><code>b724ee7</code></a> Validate the tags returned by a registry</li> <li><a href="https://github.com/containers/image/commit/a9225e40c84ab94bd477e77ce26d055269586a6f"><code>a9225e4</code></a> Call .Validate() before digest.Digest.String() if necessary</li> <li><a href="https://github.com/containers/image/commit/4a3785dddeb72ec369950ee0dc163d8f58f934bb"><code>4a3785d</code></a> Refactor the error handling further</li> <li><a href="https://github.com/containers/image/commit/a802d658e350e5575a2384e20325e2b894fd0168"><code>a802d65</code></a> Refactor the error handling path of saveStream</li> <li><a href="https://github.com/containers/image/commit/39e7c9180d44753bc7d46107418c8292134cf912"><code>39e7c91</code></a> Call .Validate() before digest.Hex() / digest.Encoded()</li> <li><a href="https://github.com/containers/image/commit/2bcb83468beb20d33408f46a9d0e5b589409f245"><code>2bcb834</code></a> Validate digests before using them</li> <li><a href="https://github.com/containers/image/commit/b29bde59df344f7cf3b379430d8d3534907495b6"><code>b29bde5</code></a> Bump to v5.30.0</li> <li><a href="https://github.com/containers/image/commit/3cc0bb401a348c7ae5753d37146eb48cf057f51a"><code>3cc0bb4</code></a> Merge pull request <a href="https://redirect.github.com/containers/image/issues/2328">#2328</a> from containers/renovate/github.com-containers-stora...</li> <li>Additional commits viewable in <a href="https://github.com/containers/image/compare/v5.27.0...v5.30.1">compare view</a></li> </ul> </details> <br /> [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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/dubbo-kubernetes/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]
