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

maint: Bump Go to 1.22.4 #22

Merged
merged 1 commit into from
Jun 7, 2024
Merged

maint: Bump Go to 1.22.4 #22

merged 1 commit into from
Jun 7, 2024

Conversation

denisonbarbosa
Copy link
Member

@denisonbarbosa denisonbarbosa commented Jun 7, 2024

Fixes Vulnerability: GO-2024-2887
The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected
for IPv4-mapped IPv6 addresses, returning false for addresses which would
return true in their traditional IPv4 forms.
More info: https://pkg.go.dev/vuln/GO-2024-2887
Standard library
Found in: net@go1.21.0
Fixed in: net@go1.22.4

Fixes Vulnerability #1: GO-2024-2887
  The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected
  for IPv4-mapped IPv6 addresses, returning false for addresses which would
  return true in their traditional IPv4 forms.
More info: https://pkg.go.dev/vuln/GO-2024-2887
  Standard library
    Found in: net@go1.21.0
    Fixed in: net@go1.22.4
@denisonbarbosa denisonbarbosa marked this pull request as ready for review June 7, 2024 14:50
@denisonbarbosa denisonbarbosa requested a review from a team as a code owner June 7, 2024 14:50
Copy link
Member

@didrocks didrocks left a comment

Choose a reason for hiding this comment

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

A good way to end the week!

@denisonbarbosa denisonbarbosa merged commit 7382538 into main Jun 7, 2024
3 checks passed
@denisonbarbosa denisonbarbosa deleted the bump-go-to-1.22.4 branch June 7, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants