Skip to content

Commit

Permalink
Fixes CVE-2023-37788- github.com/elazarl/goproxy Denial of Service (DoS)
Browse files Browse the repository at this point in the history
chore: fixes CVE-2023-37788- github.com/elazarl/goproxy Denial of Service (DoS)

Signed-off-by: Spolti <fspolti@redhat.com>
  • Loading branch information
spolti committed Jan 11, 2024
1 parent b9f0a7a commit 6d71f79
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 40 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,7 @@ require (
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

// Fixes github.com/elazarl/goproxy Denial of Service (DoS), the dependency was removed in v0.27.0
// Remove below when upgrading to controller-runtime 0.15.x or apimachinery to 0.27.x
replace k8s.io/apimachinery => k8s.io/apimachinery v0.27.0
Loading

0 comments on commit 6d71f79

Please sign in to comment.