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

github.com/hashicorp/go-retryablehttp update needed for CVE-2024-6104 #5944

Closed
joelsmith opened this issue Jul 3, 2024 · 0 comments · Fixed by #5945
Closed

github.com/hashicorp/go-retryablehttp update needed for CVE-2024-6104 #5944

joelsmith opened this issue Jul 3, 2024 · 0 comments · Fixed by #5945
Labels
bug Something isn't working

Comments

@joelsmith
Copy link
Contributor

joelsmith commented Jul 3, 2024

Report

A library used by the KEDA operator should be updated to remove any doubt about whether its security defect could affect KEDA.
https://discuss.hashicorp.com/t/hcsec-2024-12-go-retryablehttp-can-leak-basic-auth-credentials-to-log-files/68027

Update github.com/hashicorp/go-retryablehttp to v0.7.7

Expected Behavior

$ git grep go-retryablehttp go.mod
go.mod:   github.com/hashicorp/go-retryablehttp v0.7.5 // indirect

Actual Behavior

$ git grep go-retryablehttp go.mod
go.mod: github.com/hashicorp/go-retryablehttp v0.7.7 // indirect

Steps to Reproduce the Problem

git grep go-retryablehttp go.mod

Logs from KEDA operator

No response

KEDA Version

2.14.0

Kubernetes Version

1.29

Platform

Red Hat OpenShift

Scaler Details

No response

Anything else?

The library in question appears to only be used by the New Relic scaler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant