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

go.mod: bump x/crypto to v0.31.0 #13233

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

lbajolet-hashicorp
Copy link
Contributor

The crypto experimental module that the SDK depends on was detected vulnerable on v0.23.0 to an authentication bypass attack through the ServerConfig for SSH.

This is only used for locally proxying SSH communications, typically for use with Ansible to provide an SSH server with which to interact, in order to provision an instance of an OS that uses a communicator other than SSH, therefore the vulnerability does not necessarily impact us. However, in order to resolve the automatic report of that vulnerability, we bump the crypto module's version to 0.31.0, where that problem was addressed.

The crypto experimental module that the SDK depends on was detected
vulnerable on v0.23.0 to an authentication bypass attack through the
ServerConfig for SSH.

This is only used for locally proxying SSH communications, typically for
use with Ansible to provide an SSH server with which to interact, in
order to provision an instance of an OS that uses a communicator other
than SSH, therefore the vulnerability does not necessarily impact us.
However, in order to resolve the automatic report of that vulnerability,
we bump the crypto module's version to 0.31.0, where that problem was
addressed.
@lbajolet-hashicorp lbajolet-hashicorp added the security Auto-pinning label Dec 17, 2024
@lbajolet-hashicorp lbajolet-hashicorp requested a review from a team as a code owner December 17, 2024 18:54
@lbajolet-hashicorp lbajolet-hashicorp merged commit cd009b0 into main Dec 17, 2024
12 checks passed
@lbajolet-hashicorp lbajolet-hashicorp deleted the bump_crypto_module_dependency branch December 17, 2024 19:07
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
security Auto-pinning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants