Skip to content
New issue

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

chore: use golang-jwt/jwt to replace dgrijalva/jwt-go #1845

Merged
merged 2 commits into from
Oct 7, 2021

Commits on Oct 6, 2021

  1. Migrate dgrijalva/jwt-go to golang-jwt/jwt/v4

    dgrijalva's jwt is no longer maintained. The golang-jwt says it is a
    drop in replacement for v4. This also fixes CVE-2020-26160 which
    possibly won't be fixed in dgrijalva's version.
    barn committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    362feaf View commit details
    Browse the repository at this point in the history
  2. Update occurrences of bradleyfalzon/ghinstallation to v2

    v2.0.3 pulls in golang-jwt/jwt over the now unmaintained
    dgrijalva/jwt-go.
    barn committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b997b56 View commit details
    Browse the repository at this point in the history