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

[OSS] security: update x/net module #15737

Merged
merged 4 commits into from
Dec 8, 2022
Merged

[OSS] security: update x/net module #15737

merged 4 commits into from
Dec 8, 2022

Conversation

DanStough
Copy link
Member

Description

Updating x/net package in Consul to resolve CVE-2022-41717.

The api module has an indirect dependency on x/net, but using go mod why -m golang.org/x/net leads me to believe that the downstream package github.com/miekg/dns doesn't use x/net/http2.

Testing & Reproduction steps

No manual tests were performed.

@github-actions github-actions bot added the pr/dependencies PR specifically updates dependencies of project label Dec 8, 2022
@DanStough DanStough changed the title chore: update x/net module [OSS] security: update x/net module Dec 8, 2022
@dhiaayachi
Copy link
Collaborator

@DanStough Seems like it break something in here

Copy link
Collaborator

@dhiaayachi dhiaayachi left a comment

Choose a reason for hiding this comment

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

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/dependencies PR specifically updates dependencies of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

net/http: limit canonical header cache by bytes, not entries (CVE-2022-41717)
2 participants