Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update client_golang to 1.11.1 or higher to eliminate CVE-2022-21698 #310

Closed
Boojapho opened this issue May 18, 2022 · 0 comments · Fixed by #319
Closed

Update client_golang to 1.11.1 or higher to eliminate CVE-2022-21698 #310

Boojapho opened this issue May 18, 2022 · 0 comments · Fixed by #319

Comments

@Boojapho
Copy link

Current release uses client_golang 1.11.0. Update it to 1.11.1 (or higher) to eliminate the vulnerability found here: https://nvd.nist.gov/vuln/detail/CVE-2022-21698.

Suggest moving to latest version of library.

grdryn added a commit to grdryn/kafka_exporter that referenced this issue Jul 20, 2022
This fixes danielqsj#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant