Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Go toolchain for vulnerability fix
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