Daenney
Daenney
@tsmethurst Yup yup!
An alternative would be to whitelist the allocated ranges from https://www.iana.org/assignments/ipv6-unicast-address-assignments/ipv6-unicast-address-assignments.xhtml instead.
If I'm reading the code right and seeing how this is always used through Sanitize on outgoing requests, then I think most outgoing communication with IPv6-enabled instances might be failing...
I double-checked this in the Go Playground with an IPv6 address of one of my boxes: https://go.dev/play/p/X-VMfnKuQkT. That results in `false`, whereas it's very much a valid IPv6 unicast address.
Thanks for checking and merging this so fast!
One interesting thing in Prometheus that's currently under preview in 2.40.x is the new [native/sparse histograms](https://github.com/prometheus/prometheus/pull/11447). The current histograms have a slight usability issue that the buckets need to be...
[This blog post](https://reverse.put.as/2024/05/24/abusing-go-infrastructure/) is making the rounds that explores this issue and showcases how the go module proxy could be used for arbitrary storage or as a command and control...
@appleboy @thinkerou Is there someone who could take a look at this? It would be a very welcome quality of life change for folks who would like to run Gin...
> It would be nice if we could add that `me` attribute to all the links in the profile fields. I think having the `rel="me"` on links is a nice...
> > There's no guarantee that a link someone adds to their profile field points to a website that is "them". > > The idea to a verify a link...