dependabot[bot] opened a new pull request, #907:
URL: https://github.com/apache/yunikorn-k8shim/pull/907

   Bumps 
[github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 
1.1.13 to 1.1.14.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/opencontainers/runc/releases";>github.com/opencontainers/runc's
 releases</a>.</em></p>
   <blockquote>
   <h2>runc v1.1.14 -- &quot;年を取っていいことは、驚かなくなることね。&quot;</h2>
   <p>This is the fourteenth patch release in the 1.1.z release branch of
   runc. It includes a fix for a low severity security issue
   (CVE-2024-45310) as well as some minor build-related fixes (including Go
   1.23 support).</p>
   <ul>
   <li>Fix <a 
href="https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv";>CVE-2024-45310</a>,
 a low-severity attack that allowed
   maliciously configured containers to create empty files and directories on
   the host.</li>
   <li>Add support for Go 1.23. (<a 
href="https://redirect.github.com/opencontainers/runc/issues/4360";>#4360</a>, 
<a 
href="https://redirect.github.com/opencontainers/runc/issues/4372";>#4372</a>)</li>
   <li>Revert &quot;allow overriding VERSION value in Makefile&quot; and add 
EXTRA_VERSION.
   (<a 
href="https://redirect.github.com/opencontainers/runc/issues/4370";>#4370</a>, 
<a 
href="https://redirect.github.com/opencontainers/runc/issues/4382";>#4382</a>)</li>
   <li>rootfs: consolidate mountpoint creation logic. (<a 
href="https://redirect.github.com/opencontainers/runc/issues/4359";>#4359</a>)</li>
   </ul>
   <h3>Static Linking Notices</h3>
   <p>The <code>runc</code> binary distributed with this release are 
<em>statically linked</em> with
   the following <a 
href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html";>GNU 
LGPL-2.1</a> licensed libraries, with <code>runc</code> acting
   as a &quot;work that uses the Library&quot;:</p>
   <ul>
   <li><a href="https://github.com/seccomp/libseccomp";>libseccomp</a></li>
   </ul>
   <p>The versions of these libraries were not modified from their upstream 
versions,
   but in order to comply with the LGPL-2.1 (§6(a)), we have attached the
   complete source code for those libraries which (when combined with the 
attached
   runc source code) may be used to exercise your rights under the LGPL-2.1.</p>
   <p>However we strongly suggest that you make use of your distribution's 
packages
   or download them from the authoritative upstream sources, especially since
   these libraries are related to the security of your containers.</p>
   <!-- raw HTML omitted -->
   <p>Thanks to all of the contributors who made this release possible:</p>
   <ul>
   <li>Akihiro Suda <a 
href="mailto:[email protected]";>[email protected]</a></li>
   <li>Aleksa Sarai <a 
href="mailto:[email protected]";>[email protected]</a></li>
   <li>Kir Kolyshkin <a 
href="mailto:[email protected]";>[email protected]</a></li>
   <li>Rodrigo Campos <a 
href="mailto:[email protected]";>[email protected]</a></li>
   <li>Sebastiaan van Stijn <a 
href="mailto:[email protected]";>[email protected]</a></li>
   <li>lifubang <a 
href="mailto:[email protected]";>[email protected]</a></li>
   </ul>
   <p>Signed-off-by: Aleksa Sarai <a 
href="mailto:[email protected]";>[email protected]</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/opencontainers/runc/blob/main/CHANGELOG.md";>github.com/opencontainers/runc's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.1.14] - 2024-09-03</h2>
   <blockquote>
   <p>年を取っていいことは、驚かなくなることね。</p>
   </blockquote>
   <h3>Security</h3>
   <ul>
   <li>Fix <a 
href="https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv";>CVE-2024-45310</a>,
 a low-severity attack that allowed
   maliciously configured containers to create empty files and directories on
   the host.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Add support for Go 1.23. (<a 
href="https://redirect.github.com/opencontainers/runc/issues/4360";>#4360</a>, 
<a 
href="https://redirect.github.com/opencontainers/runc/issues/4372";>#4372</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Revert &quot;allow overriding VERSION value in Makefile&quot; and add 
<code>EXTRA_VERSION</code>.
   (<a 
href="https://redirect.github.com/opencontainers/runc/issues/4370";>#4370</a>, 
<a 
href="https://redirect.github.com/opencontainers/runc/issues/4382";>#4382</a>)</li>
   <li>rootfs: consolidate mountpoint creation logic. (<a 
href="https://redirect.github.com/opencontainers/runc/issues/4359";>#4359</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/opencontainers/runc/commit/2c9f5602f0ba3d9da1c2596322dfc4e156844890";><code>2c9f560</code></a>
 VERSION: release 1.1.14</li>
   <li><a 
href="https://github.com/opencontainers/runc/commit/a86c3d88370ab5d2accfd64488c2da105f540f1c";><code>a86c3d8</code></a>
 Merge commit from fork</li>
   <li><a 
href="https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf";><code>f0b652e</code></a>
 [1.1] rootfs: try to scope MkdirAll to stay inside the rootfs</li>
   <li><a 
href="https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e";><code>8781993</code></a>
 [1.1] rootfs: consolidate mountpoint creation logic</li>
   <li><a 
href="https://github.com/opencontainers/runc/commit/6419fbabfbd6317f806748abb18c23e1369b7073";><code>6419fba</code></a>
 Merge pull request <a 
href="https://redirect.github.com/opencontainers/runc/issues/4382";>#4382</a> 
from rata/Makefile-override-fixes</li>
   <li><a 
href="https://github.com/opencontainers/runc/commit/0514204d6fcca144d54b6db32a8112c135fca0b7";><code>0514204</code></a>
 Makefile: Add EXTRA_VERSION</li>
   <li><a 
href="https://github.com/opencontainers/runc/commit/18cdc3476f911b0905d46a6680130c5133b33354";><code>18cdc34</code></a>
 Revert &quot;allow overriding VERSION value in Makefile&quot;</li>
   <li><a 
href="https://github.com/opencontainers/runc/commit/f3f71a9347f0fbb6122a89f8f54a129c4cd8e278";><code>f3f71a9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/opencontainers/runc/issues/4372";>#4372</a> 
from kolyshkin/1.1-go123</li>
   <li><a 
href="https://github.com/opencontainers/runc/commit/7f75aec407e8df28ca0a3a47d3913681e334a93b";><code>7f75aec</code></a>
 [1.1] Add Go 1.23, drop 1.21</li>
   <li><a 
href="https://github.com/opencontainers/runc/commit/931f46304b3d1996a4bbae43f72e885b50a7b2b0";><code>931f463</code></a>
 Merge pull request <a 
href="https://redirect.github.com/opencontainers/runc/issues/4361";>#4361</a> 
from austinvazquez/backport-protobuf-updates-to-1.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/opencontainers/runc/compare/v1.1.13...v1.1.14";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/opencontainers/runc&package-manager=go_modules&previous-version=1.1.13&new-version=1.1.14)](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/yunikorn-k8shim/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]

Reply via email to