pam-keycloak-oidc icon indicating copy to clipboard operation
pam-keycloak-oidc copied to clipboard

Security vulnerability in jwt-go

Open deridiot opened this issue 1 year ago • 1 comments

https://github.com/dgrijalva/jwt-go/issues/428

Furthermore that project is now archived. The new repository is located at https://github.com/golang-jwt/jwt which also addresses the security vulnerability.

- github.com/dgrijalva/jwt-go v3.2.0+incompatible
+ github.com/golang-jwt/jwt v3.2.2+incompatible

deridiot avatar Jan 30 '24 16:01 deridiot

For anyone who stumbles upon this, I forked and updated this:

https://github.com/varlenthegray/pam-keycloak-oidc

varlenthegray avatar Jun 09 '24 00:06 varlenthegray