Skip to content

Commit

Permalink
Bump Go toolchain for vulnerability fix
Browse files Browse the repository at this point in the history
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
  • Loading branch information
GabrielNagy committed Jun 5, 2024
1 parent f62517f commit 09093d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ubuntu/ubuntu-proxy-manager

go 1.22.0

toolchain go1.22.3
toolchain go1.22.4

require (
github.com/godbus/dbus/v5 v5.1.0
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ubuntu/ubuntu-proxy-manager/tools

go 1.22.0

toolchain go1.22.2
toolchain go1.22.4

require (
github.com/golangci/golangci-lint v1.59.0
Expand Down

0 comments on commit 09093d5

Please sign in to comment.