Closed
Description
There is an unpatched, high severity issue in the aforementioned JWT package: dgrijalva/jwt-go#428
Unfortunately, it looks like the author completely abandoned the package.
There is a maintained fork that fixes the issue, but we decided to switch to gopkg.in/square/go-jose.v2
A lot of users seem to prefer this package now.
I might provide a PR later, I just wanted to raise awareness that the current JWT implementation relies on a library with a security risk.
It's not a security issue with the library itself and can easily be fixed by users on their end by using a fork, so public disclosure should probably be ok. Feel free to delete the issue if you disagree @peterbourgon