Skip to content

Commit

Permalink
chore(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 (
Browse files Browse the repository at this point in the history
#45)

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/babylonlabs-io/vigilante/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent 48d959e commit f543027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ require (
go.uber.org/atomic v1.10.0
go.uber.org/zap v1.26.0
golang.org/x/net v0.24.0
golang.org/x/sync v0.7.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v2 v2.4.0
)

require (
Expand Down Expand Up @@ -244,7 +244,7 @@ require (
github.com/oklog/run v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
github.com/opencontainers/runc v1.1.12 // indirect
github.com/opencontainers/runc v1.1.14 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
github.com/pierrec/lz4/v4 v4.1.8 // indirect
Expand Down Expand Up @@ -307,7 +307,6 @@ require (
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
Expand All @@ -320,6 +319,7 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.1 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1136,8 +1136,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.0-rc2 h1:2zx/Stx4Wc5pIPDvIxHXvXtQFW/7XWJGmnM7r3wg034=
github.com/opencontainers/image-spec v1.1.0-rc2/go.mod h1:3OVijpioIKYWTqjiG0zfF6wvoJ4fAXGbjdZuI2NgsRQ=
github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss=
github.com/opencontainers/runc v1.1.12/go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8=
github.com/opencontainers/runc v1.1.14 h1:rgSuzbmgz5DUJjeSnw337TxDbRuqjs6iqQck/2weR6w=
github.com/opencontainers/runc v1.1.14/go.mod h1:E4C2z+7BxR7GHXp0hAY53mek+x49X1LjPNeMTfRGvOA=
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492/go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis=
github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74=
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
Expand Down

0 comments on commit f543027

Please sign in to comment.