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 golang.org/x/net to v0.33.0 #13243

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

lbajolet-hashicorp
Copy link
Contributor

The version of golang.org/x/net that we're using (v0.25.0) is vulnerable to GO-2024-3333, a DoS vulnerability.
Packer is not particularly vulnerable to this, as we are not a hosted service, but since security scanners report this, and the fix is rather simple, we address it today.

The version of golang.org/x/net that we're using (v0.25.0) is vulnerable
to GO-2024-3333, a DoS vulnerability.
Packer is not particularly vulnerable to this, as we are not a hosted
service, but since security scanners report this, and the fix is rather
simple, we address it today.
@lbajolet-hashicorp lbajolet-hashicorp requested a review from a team as a code owner December 20, 2024 16:09
@lbajolet-hashicorp lbajolet-hashicorp added tech-debt Issues and pull requests related to addressing technical debt or improving the codebase dependencies Auto-pinning security Auto-pinning labels Dec 20, 2024
@lbajolet-hashicorp lbajolet-hashicorp merged commit 77bf028 into main Dec 20, 2024
14 checks passed
@lbajolet-hashicorp lbajolet-hashicorp deleted the bump_x_net branch December 20, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Auto-pinning security Auto-pinning tech-debt Issues and pull requests related to addressing technical debt or improving the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants