Skip to content

Commit

Permalink
Merge pull request #8928 from hectorj2f/prom-adapter
Browse files Browse the repository at this point in the history
prometheus-adapter: fixing CVE-2023-5528
  • Loading branch information
rawlingsj authored Nov 21, 2023
2 parents f97e89c + 3de5752 commit bcb884d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions prometheus-adapter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: prometheus-adapter
version: 0.11.2
epoch: 0
epoch: 1
description: Prometheus Adapter for Kubernetes Metrics APIs
copyright:
- license: Apache-2.0
Expand All @@ -24,13 +24,11 @@ pipeline:
# Handle CVE-2023-39325 and CVE-2023-3978
go get golang.org/x/[email protected]
# Remediate GHSA-m425-mq94-257g
go get google.golang.org/[email protected]
# Mitigate GHSA-rcjv-mgp8-qvmr (These are interrelated Go modules.)
go get go.opentelemetry.io/contrib/instrumentation/net/http/[email protected]
go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected]
go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected]
# Mitigate CVE-2023-47108
go get go.opentelemetry.io/contrib/instrumentation/net/http/[email protected]
go get go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected]
go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected]
go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected]
go mod tidy
make prometheus-adapter
Expand Down

0 comments on commit bcb884d

Please sign in to comment.