danielqsj / kafka_exporter

Kafka exporter for Prometheus
Apache License 2.0
2.1k stars 602 forks source link

Update prometheus/client_golang to v1.11.1 #319

Closed grdryn closed 1 year ago

grdryn commented 1 year ago

This fixes #310 (addresses the CVE-2022-21698 concern therein).

The following commands were used to make this change:

go get github.com/prometheus/client_golang@v1.11.1
go mod vendor

Signed-off-by: Gerard Ryan gerard@ryan.lt

grdryn commented 1 year ago

@danielqsj Hi! Could you take a look at this if you have a moment? Thanks!

danielqsj commented 1 year ago

LGTM, thanks @grdryn