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: switch from jose to pyjwt #207

Merged
merged 2 commits into from
Apr 18, 2024
Merged

chore: switch from jose to pyjwt #207

merged 2 commits into from
Apr 18, 2024

Conversation

t16n
Copy link
Contributor

@t16n t16n commented Feb 7, 2024

Description

The python-jose project is not being maintained anymore.

The project is using an outdated dependency: ecdsa

Fixes # (issue)
Minerva timing attack on P-256 in python-ecdsa

There already is an issue on the python-jose project, with no reaction by the authors:
mpdavis/python-jose#341


This PR switches python-jose to PyJWT

Checklist

  • Do unit tests run with no errors?
  • Has coverage not decreased?
  • Is your code concise and clean?
  • Are the conf.py and installation sphinx updated with the new version?
  • Is the init.py version variable updated?

@t16n t16n marked this pull request as ready for review February 7, 2024 12:12
@wagnerdelima wagnerdelima merged commit 1bcb4a7 into wagnerdelima:master Apr 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants