We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 1.21.5
Fix versions 1.21.11, 1.22.4
There is a vulnerability in Go managing various Is methods (IsPrivate, IsLoopback, etc) for IPv4-mapped IPv6 addresses.
They didn't work as expected returning false for addresses which would return true in their traditional IPv4 forms.
References CVE-2024-24790
The text was updated successfully, but these errors were encountered:
Bump go version to 1.21.13 [#178]
862b847
Thanks for finding this, PR in #179
Sorry, something went wrong.
Bump go version to 1.21.13 [#178] (#179)
f9ff34e
Released in https://github.com/protomaps/go-pmtiles/releases/tag/v1.21.0
No branches or pull requests
Version 1.21.5
Fix versions 1.21.11, 1.22.4
There is a vulnerability in Go managing various Is methods (IsPrivate, IsLoopback, etc) for IPv4-mapped IPv6 addresses.
They didn't work as expected returning false for addresses which would return true in their traditional IPv4 forms.
References
CVE-2024-24790
The text was updated successfully, but these errors were encountered: