Skip to content

Commit 9061a61

Browse files
Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 in /integration (#28)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.12 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> <h2>[1.1.13] - 2024-06-13</h2> <blockquote> <p>There is no certainty in the world. This is the only certainty I have.</p> </blockquote> <h3>Important Notes</h3> <ul> <li>If building with Go 1.22.x, make sure to use 1.22.4 or a later version. (see <a href="https://redirect.github.com/opencontainers/runc/issues/4233">#4233</a> for more details)</li> </ul> <h3>Fixed</h3> <ul> <li>Support go 1.22.4+. (<a href="https://redirect.github.com/opencontainers/runc/issues/4313">#4313</a>)</li> <li>runc list: fix race with runc delete. (<a href="https://redirect.github.com/opencontainers/runc/issues/4231">#4231</a>)</li> <li>Fix set nofile rlimit error. (<a href="https://redirect.github.com/opencontainers/runc/issues/4277">#4277</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/4299">#4299</a>)</li> <li>libct/cg/fs: fix setting rt_period vs rt_runtime. (<a href="https://redirect.github.com/opencontainers/runc/issues/4284">#4284</a>)</li> <li>Fix a debug msg for user ns in nsexec. (<a href="https://redirect.github.com/opencontainers/runc/issues/4315">#4315</a>)</li> <li>script/*: fix gpg usage wrt keyboxd. (<a href="https://redirect.github.com/opencontainers/runc/issues/4316">#4316</a>)</li> <li>CI fixes and misc backports. (<a href="https://redirect.github.com/opencontainers/runc/issues/4241">#4241</a>)</li> <li>Fix codespell warnings. (<a href="https://redirect.github.com/opencontainers/runc/issues/4300">#4300</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Silence security false positives from golang/net. (<a href="https://redirect.github.com/opencontainers/runc/issues/4244">#4244</a>)</li> <li>libcontainer: allow containers to make apps think fips is enabled/disabled for testing. (<a href="https://redirect.github.com/opencontainers/runc/issues/4257">#4257</a>)</li> <li>allow overriding VERSION value in Makefile. (<a href="https://redirect.github.com/opencontainers/runc/issues/4270">#4270</a>)</li> <li>Vagrantfile.fedora: bump Fedora to 39. (<a href="https://redirect.github.com/opencontainers/runc/issues/4261">#4261</a>)</li> <li>ci/cirrus: rm centos stream 8. (<a href="https://redirect.github.com/opencontainers/runc/issues/4305">#4305</a>, <a href="https://redirect.github.com/opencontainers/runc/issues/4308">#4308</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.12...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.12&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/poki/mongodb-filter-to-postgres/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a45783e commit 9061a61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

integration/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ require (
3333
github.com/moby/term v0.5.0 // indirect
3434
github.com/opencontainers/go-digest v1.0.0 // indirect
3535
github.com/opencontainers/image-spec v1.1.0 // indirect
36-
github.com/opencontainers/runc v1.1.12 // indirect
36+
github.com/opencontainers/runc v1.1.14 // indirect
3737
github.com/pkg/errors v0.9.1 // indirect
3838
github.com/rogpeppe/go-internal v1.12.0 // indirect
3939
github.com/sirupsen/logrus v1.9.3 // indirect
4040
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
4141
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
4242
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
43-
golang.org/x/crypto v0.17.0 // indirect
43+
golang.org/x/crypto v0.22.0 // indirect
4444
golang.org/x/sync v0.1.0 // indirect
4545
golang.org/x/sys v0.19.0 // indirect
4646
golang.org/x/text v0.14.0 // indirect

integration/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
5858
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
5959
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=
6060
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
61-
github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss=
62-
github.com/opencontainers/runc v1.1.12/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8=
61+
github.com/opencontainers/runc v1.1.14 h1:rgSuzbmgz5DUJjeSnw337TxDbRuqjs6iqQck/2weR6w=
62+
github.com/opencontainers/runc v1.1.14/go.mod h1:E4C2z+7BxR7GHXp0hAY53mek+x49X1LjPNeMTfRGvOA=
6363
github.com/ory/dockertest/v3 v3.10.0 h1:4K3z2VMe8Woe++invjaTB7VRyQXQy5UY+loujO4aNE4=
6464
github.com/ory/dockertest/v3 v3.10.0/go.mod h1:nr57ZbRWMqfsdGdFNLHz5jjNdDb7VVFnzAeW1n5N1Lg=
6565
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
@@ -87,8 +87,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
8787
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
8888
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
8989
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
90-
golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=
91-
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
90+
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
91+
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
9292
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
9393
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
9494
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=

0 commit comments

Comments
 (0)