-
Notifications
You must be signed in to change notification settings - Fork 63
chore: fix audit issue #618
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
Conversation
d6ff44c to
dfde57a
Compare
|
This PR requires more effort to action, as |
dfde57a to
ef30dd4
Compare
ef30dd4 to
cc0f73e
Compare
|
Now that we're building on ubuntu 22 agents, this PR can be re-opened without any changes to the build configuration. |
Resolves the audit issues against the
cryptographypackage.The Auth0 package has relaxed their version constraints in auth0/auth0-python#660, which indicates that the latest version is compatible with the latest
cryptographyandpyjwtpackages. I diffed the latest version of the Auth0token_verifier.pyagainst the copy we have vendored and nothing meaningful has changed.Additionally I have tested the dispenser features to confirm everything functions correctly.