Skip to content

Commit

Permalink
Merge pull request #170 from spolti/RHOAIENG-1463
Browse files Browse the repository at this point in the history
Fixes vulnerabilities on the otelhttp dependency
  • Loading branch information
Jooho authored Jan 15, 2024
2 parents cf3a3df + ee04314 commit 38a814c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ require (
)

replace (
// Fixes CVE-2022-21698 and CVE-2023-45142
// this dependency comes from k8s.io/component-base@v0.28.4 and k8s.io/apiextensions-apiserver@v0.28.4
// before removing it make sure that the next version of the related k8s dependencies contains the fix
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0

// The crypto is pulled from go/compute which is pulled by go/storage
// this replace can be removed when version 1.36.1 of go/storage is released.
// https://github.com/googleapis/google-cloud-go/tree/main/storage
Expand Down

0 comments on commit 38a814c

Please sign in to comment.