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

Upgrade golang.org/x/net to v0.7.0 #1488

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Conversation

andytinkham
Copy link
Contributor

Desired Outcome

Use a secure version of golang.org/x/net

Implemented Changes

Updated require and replace statements in go.mod to point to v0.7.0, ran go mod tidy

@andytinkham andytinkham requested a review from a team as a code owner February 24, 2023 00:00
Copy link
Contributor

@gl-johnson gl-johnson left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [1.7.17] - 2023-02-09

### Security
- Updated golang.org/x/net to v0.7.0 to remove CVE-2022-41723
Copy link

Choose a reason for hiding this comment

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

Lists should be surrounded by blank lines

@codeclimate
Copy link

codeclimate bot commented Feb 24, 2023

Code Climate has analyzed commit 2ac64b3 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Style 1

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 70.7% (0.0% change).

View more on Code Climate.

@andytinkham andytinkham merged commit 69cdfde into main Feb 24, 2023
@andytinkham andytinkham deleted the update-golang.org/x/net-0.7.0 branch February 24, 2023 16:19
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