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

Force use of golang.org/x/net v0.7.0 or higher #34

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

andytinkham
Copy link
Contributor

Desired Outcome

Clear Snyk's flagging of CVE-2022-41723 on golang.org/x/net

Implemented Changes

Updated existing replace statements and added a new one to prune golang.org/x/net before 0.7.0 from being used. No changes were made in go.sum, which implies one of the further go.mods of our dependencies must have the indirect dependency on golang.org/x/net.

@andytinkham andytinkham requested a review from micahlee June 2, 2023 19:01
@codeclimate
Copy link

codeclimate bot commented Jun 2, 2023

Code Climate has analyzed commit a601d58 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 2

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 94.2% (0.0% change).

View more on Code Climate.

@micahlee micahlee merged commit 403b111 into master Jun 2, 2023
@micahlee micahlee deleted the update-golang/x/net-0.7.0 branch June 2, 2023 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants