File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,13 @@ require (
6363// but overwritten with a newer version due to CVE-2017-11468.
6464replace 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
6871replace 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
7275replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.2
Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ github.com/deislabs/oras v0.11.1/go.mod h1:39lCtf8Q6WDC7ul9cnyWXONNzKvabEKk+AX+L
204204github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0 /go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU =
205205github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
206206github.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 =
209209github.com/docker/distribution v2.7.0-rc.0+incompatible h1:Nw9tozLpkMnG3IA1zLzsCuwKizII6havt4iIXWWzU2s =
210210github.com/docker/distribution v2.7.0-rc.0+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
211211github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible h1:iWPIG7pWIsCwT6ZtHnTUpoVMnete7O/pzd9HFE3+tn8 =
You can’t perform that action at this time.
0 commit comments