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.13.0 #12561

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Conversation

lbajolet-hashicorp
Copy link
Contributor

The version of the golang.org/x/net we used (v0.8.0), is vulnerable to a rendering issue, potentially escaping text that should not be, which can enable other attacks then.

Packer itself is not vulnerable to the CVE as we don't render web pages, but security checks do point it as an issue, so we fix it by updating the dependencies.

CVE refrerence: GO-2023-1988

The version of the golang.org/x/net we used (v0.8.0), is vulnerable to a
rendering issue, potentially escaping text that should not be, which can
enable other attacks then.

Packer itself is not vulnerable to the CVE as we don't render web pages,
but security checks do point it as an issue, so we fix it by updating
the dependencies.

CVE refrerence: GO-2023-1988
@lbajolet-hashicorp lbajolet-hashicorp requested a review from a team as a code owner August 8, 2023 13:29
@nywilken nywilken added backport/1.9.x Backport PR changes to `release/1.9.x` security Auto-pinning labels Aug 8, 2023
Copy link
Member

@nywilken nywilken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lbajolet-hashicorp lbajolet-hashicorp merged commit 4d0a51c into main Aug 8, 2023
13 checks passed
@lbajolet-hashicorp lbajolet-hashicorp deleted the bump_net_cve branch August 8, 2023 13:54
@lbajolet-hashicorp lbajolet-hashicorp restored the bump_net_cve branch August 8, 2023 15:19
@lbajolet-hashicorp lbajolet-hashicorp deleted the bump_net_cve branch August 8, 2023 15:20
@github-actions
Copy link

github-actions bot commented Sep 8, 2023

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 Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport/1.9.x Backport PR changes to `release/1.9.x` security Auto-pinning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants