Skip to content

Commit

Permalink
🌱 Fix CVE warning for containerd
Browse files Browse the repository at this point in the history
The containerd version <1.5.7 has CVE GHSA-c2h3-6mxw-7mvq
Fixed it to address the issue.
  • Loading branch information
naveensrinivasan committed Oct 26, 2021
1 parent 6f1a43a commit 1b88587
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 198 deletions.
3 changes: 3 additions & 0 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,6 @@ require (
sigs.k8s.io/kind v0.11.1 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)

// https://github.com/advisories/GHSA-c2h3-6mxw-7mvq
replace github.com/containerd/containerd => github.com/containerd/containerd v1.5.7
Loading

0 comments on commit 1b88587

Please sign in to comment.