goldfinger
goldfinger copied to clipboard
A Webfinger utility for Ruby
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
According to [https://tools.ietf.org/html/rfc7565#section-4](https://tools.ietf.org/html/rfc7565#section-4), `%40` should be allowed in an acct uri. However, the current implementation did not escape `%` in the query string, resulting in an encoding error.
goldfinger failed to install on JRuby project because its depends on `oj` gem and `oj` fails to build on JRuby.
yeah that's not being done right now, and turns out it's against http spec and stuff, i think? nginx chokes on it, fwiw
Currently, if `/.well-known/webfinger` returns HTTP 200 and a valid webfinger response, but returns a generic content type like `application/octet-stream`, this library throws an error. Instead, it should fall back and...
We are using http for mastodon instance inside of the company, but when the instance opens port 443 or uses different port from 80, goldfinger library fail to fetch the...
As part of [ActivityPub support for Mastodon](https://github.com/tootsuite/mastodon/issues/1557), I need to be able to look users up by the URI of their ActivityStreams 2.0 representation (this isn't strictly necessary, but it's...