-
Notifications
You must be signed in to change notification settings - Fork 27
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
upgrade go dependencies to fix indirectly imported CVE #42
Comments
Thanks @bketelsen! Unfortunately, this issue seems to remain:
Which results in:
The issue was fixed in hashicorp's repos already:
Therefore, bumping to v1.11.0-beta3 should fix the issue. However:
Do we need to wait until /cc @rboyer |
According to https://pkg.go.dev/github.com/hashicorp/consul/api?tab=versions, v1.11.0 of github.com/hashicorp/consul/api was released on Sep 2021. So, we don't need to look at the regular tags in github.com/hashicorp/consul. Instead: https://github.com/hashicorp/consul/blob/api/v1.11.0/api/go.mod. @rboyer maybe you can create tag |
While reviewing dependencies on one of our project, i found the following
Upgrading to latest official version of dependencies would fix the issues. I will report to other projects using this module as dependency so they can track the upgrade once it is available here.
The text was updated successfully, but these errors were encountered: