Skip to content

Commit f933cb5

Browse files
committed
Update docker/cli to v20.10.9
To mitigate warnings for CVE-2021-41092. Because even if there is no impact whatsoever, we are nice people. Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent 19eb3d5 commit f933cb5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

go.mod

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@ require (
6363
// but overwritten with a newer version due to CVE-2017-11468.
6464
replace github.com/docker/distribution => github.com/docker/distribution v2.7.0-rc.0+incompatible
6565

66-
// fix CVE-2021-41103
67-
// fix CVE-2021-41190
66+
// Fix CVE-2021-41092
67+
replace github.com/docker/cli => github.com/docker/cli v20.10.9+incompatible
68+
69+
// Fix CVE-2021-41103
70+
// Fix CVE-2021-41190
6871
replace github.com/containerd/containerd => github.com/containerd/containerd v1.4.12
6972

70-
// fix CVE-2021-30465
71-
// fix CVE-2021-41190
73+
// Fix CVE-2021-30465
74+
// Fix CVE-2021-41190
7275
replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ github.com/deislabs/oras v0.11.1/go.mod h1:39lCtf8Q6WDC7ul9cnyWXONNzKvabEKk+AX+L
204204
github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
205205
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
206206
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
207-
github.com/docker/cli v20.10.5+incompatible h1:bjflayQbWg+xOkF2WPEAOi4Y7zWhR7ptoPhV/VqLVDE=
208-
github.com/docker/cli v20.10.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
207+
github.com/docker/cli v20.10.9+incompatible h1:OJ7YkwQA+k2Oi51lmCojpjiygKpi76P7bg91b2eJxYU=
208+
github.com/docker/cli v20.10.9+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
209209
github.com/docker/distribution v2.7.0-rc.0+incompatible h1:Nw9tozLpkMnG3IA1zLzsCuwKizII6havt4iIXWWzU2s=
210210
github.com/docker/distribution v2.7.0-rc.0+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
211211
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible h1:iWPIG7pWIsCwT6ZtHnTUpoVMnete7O/pzd9HFE3+tn8=

0 commit comments

Comments
 (0)