File tree Expand file tree Collapse file tree 2 files changed +73
-132
lines changed Expand file tree Collapse file tree 2 files changed +73
-132
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/fluxcd/pkg/apis/meta v0.12.0
1616 github.com/fluxcd/pkg/gittestserver v0.5.0
1717 github.com/fluxcd/pkg/gitutil v0.1.0
18- github.com/fluxcd/pkg/helmtestserver v0.4 .0
18+ github.com/fluxcd/pkg/helmtestserver v0.6 .0
1919 github.com/fluxcd/pkg/lockedfile v0.1.0
2020 github.com/fluxcd/pkg/runtime v0.13.1
2121 github.com/fluxcd/pkg/ssh v0.2.0
@@ -212,12 +212,14 @@ replace github.com/docker/cli => github.com/docker/cli v20.10.9+incompatible
212212
213213// Fix CVE-2021-30465
214214// Fix CVE-2021-43784
215+ // Fix CVE-2019-16884
215216// Fix GO-2021-0085
216217// Fix GO-2021-0087
217- replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3
218+ replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.0
218219
219220// Fix CVE-2021-41190
220221replace github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2
221222
223+ // Fix CVE-2022-23648
222224// Fix CVE-2021-43816
223- replace github.com/containerd/containerd => github.com/containerd/containerd v1.5.9
225+ replace github.com/containerd/containerd => github.com/containerd/containerd v1.6.1
You can’t perform that action at this time.
0 commit comments