Skip to content

Commit

Permalink
Force github.com/opencontainers/image-spec v1.0.2
Browse files Browse the repository at this point in the history
To work around another CVE-2021-41190 related warning.

Signed-off-by: Hidde Beydals <hello@hidde.co>
  • Loading branch information
hiddeco committed Nov 24, 2021
1 parent af1080e commit e3bd920
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 187 deletions.
6 changes: 5 additions & 1 deletion helmtestserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ replace github.com/fluxcd/pkg/testserver => ../testserver

require (
github.com/fluxcd/pkg/testserver v0.1.0
helm.sh/helm/v3 v3.7.2
github.com/garyburd/redigo v1.6.3 // indirect
helm.sh/helm/v3 v3.7.1
sigs.k8s.io/yaml v1.3.0
)

replace (
// Fix CVE-2021-41190
github.com/containerd/containerd => github.com/containerd/containerd v1.5.8

// Fix CVE-2021-41190
github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2
)
Loading

0 comments on commit e3bd920

Please sign in to comment.