[PR #837] [CLOSED] build(deps): bump github.com/docker/docker from 20.10.8+incompatible to 20.10.9+incompatible #1640

Closed
opened 2026-03-01 21:52:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/837
Author: @dependabot[bot]
Created: 10/11/2021
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/docker/docker-20.10.9incompatible


📝 Commits (2)

  • 4201f2b build(deps): bump github.com/docker/docker
  • a298984 Merge branch 'master' into dependabot/go_modules/github.com/docker/docker-20.10.9incompatible

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/docker/docker from 20.10.8+incompatible to 20.10.9+incompatible.

Release notes

Sourced from github.com/docker/docker's releases.

v20.10.9

This release is a security release with security fixes in the CLI, runtime, as well as updated versions of the containerd.io package and the Go runtime.

Client

  • CVE-2021-41092 Ensure default auth config has address field set, to prevent credentials being sent to the default registry.

Runtime

  • CVE-2021-41089 Create parent directories inside a chroot during docker cp to prevent a specially crafted container from changing permissions of existing files in the host’s filesystem.
  • CVE-2021-41091 Lock down file permissions to prevent unprivileged users from discovering and executing programs in /var/lib/docker.

Packaging

  • Update Golang runtime to Go 1.16.8, which contains fixes for CVE-2021-36221 and CVE-2021-39293
  • Update static binaries and containerd.io rpm and deb packages to containerd v1.4.11 and runc v1.0.2 to address CVE-2021-41103.
  • Update the bundled buildx version to v0.6.3 for rpm and deb packages.
Commits
  • 79ea9d3 Merge pull request #5 from moby/20.10_bump_go_1.16.8
  • fa78afe Update Go to 1.16.8
  • bce32e5 Merge pull request #4 from moby/20.10-ghsa-v994-f8vw-g7j4-chroot-mkdir
  • f0ab919 Merge pull request #2 from moby/20.10-GHSA-3fwx-pjgw-3558_0701-perms
  • 80f1169 chrootarchive: don't create parent dirs outside of chroot
  • 93ac040 Lock down docker root dir perms.
  • d24c6dc Merge pull request #42721 from thaJeztah/20.10_backport_bump_go_1.16.7
  • decb56a Update Go to 1.16.7
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/837 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/11/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/docker/docker-20.10.9incompatible` --- ### 📝 Commits (2) - [`4201f2b`](https://github.com/nektos/act/commit/4201f2b86f268ffcdd701966de9c1aba8714dae1) build(deps): bump github.com/docker/docker - [`a298984`](https://github.com/nektos/act/commit/a2989846dc5eb07c9b16b996960f24845fe3ceda) Merge branch 'master' into dependabot/go_modules/github.com/docker/docker-20.10.9incompatible ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.8+incompatible to 20.10.9+incompatible. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>v20.10.9</h2> <p>This release is a security release with security fixes in the CLI, runtime, as well as updated versions of the containerd.io package and the Go runtime.</p> <h2>Client</h2> <ul> <li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41092">CVE-2021-41092</a> Ensure default auth config has address field set, to prevent credentials being sent to the default registry.</li> </ul> <h2>Runtime</h2> <ul> <li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41089">CVE-2021-41089</a> Create parent directories inside a chroot during <code>docker cp</code> to prevent a specially crafted container from changing permissions of existing files in the host’s filesystem.</li> <li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41091">CVE-2021-41091</a> Lock down file permissions to prevent unprivileged users from discovering and executing programs in <code>/var/lib/docker</code>.</li> </ul> <h2>Packaging</h2> <ul> <li>Update Golang runtime to Go 1.16.8, which contains fixes for <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36221">CVE-2021-36221</a> and <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39293">CVE-2021-39293</a></li> <li>Update static binaries and containerd.io rpm and deb packages to containerd v1.4.11 and runc v1.0.2 to address <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41103">CVE-2021-41103</a>.</li> <li>Update the bundled buildx version to v0.6.3 for rpm and deb packages.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/79ea9d3080181d755855d5924d0f4f116faa9463"><code>79ea9d3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/5">#5</a> from moby/20.10_bump_go_1.16.8</li> <li><a href="https://github.com/moby/moby/commit/fa78afebcf8b1b312a8a7ac267446f26a8877fac"><code>fa78afe</code></a> Update Go to 1.16.8</li> <li><a href="https://github.com/moby/moby/commit/bce32e5c93be4caf1a592582155b9cb837fc129a"><code>bce32e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/4">#4</a> from moby/20.10-ghsa-v994-f8vw-g7j4-chroot-mkdir</li> <li><a href="https://github.com/moby/moby/commit/f0ab919f518c47240ea0e72d0999576bb8008e64"><code>f0ab919</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/2">#2</a> from moby/20.10-GHSA-3fwx-pjgw-3558_0701-perms</li> <li><a href="https://github.com/moby/moby/commit/80f1169eca587305759829e626cebd2a434664f6"><code>80f1169</code></a> chrootarchive: don't create parent dirs outside of chroot</li> <li><a href="https://github.com/moby/moby/commit/93ac040bf0c0b51d9a7fedaf994bf5bf1d68ee0e"><code>93ac040</code></a> Lock down docker root dir perms.</li> <li><a href="https://github.com/moby/moby/commit/d24c6dc5cf5e68dfb30027b2db454099566a9b9e"><code>d24c6dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/docker/issues/42721">#42721</a> from thaJeztah/20.10_backport_bump_go_1.16.7</li> <li><a href="https://github.com/moby/moby/commit/decb56ac895c884b7b082bb56f299cf424219a13"><code>decb56a</code></a> Update Go to 1.16.7</li> <li>See full diff in <a href="https://github.com/docker/docker/compare/v20.10.8...v20.10.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=20.10.8+incompatible&new-version=20.10.9+incompatible)](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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:52:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1640
No description provided.