-
Notifications
You must be signed in to change notification settings - Fork 165
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
Can't update cryptography to resolve dependabot alert #627
Comments
I can understand why there is an upper limit, but at least bumping the version to |
This is not the first time this has been an issue for auth0-python. They're very slow keeping up here. |
This is an urgent security issue for us to remain SOC2 compliant! |
+1 |
@duedares-rvj it looks like the latest |
https://pypi.org/project/auth0-python/4.7.2/ has just been pushed to pypi 🥳 |
Checklist
Description
We have a dependabot alert about the python
cryptography
library in our application due to CVE-2024-6119 in OpenSSL. Thecryptography
library must be updated to version 43.0.1 to be able to resolve the issue, butauth0-python
restricts thecryptography
version to~=42.0.4
(^42.0.4
in poetry syntax).This sort of vulnerability crops up all the time in
cryptography
, requiringcryptography
to be updated. It seems like there is little benefit to enforcing an upper-bound on the version ofcryptography
(or any dependency in general, really), whereas the cost is that any time a CVE is created impacting thecryptography
package, we might have to wait for an update toauth0-python
before we can resolve the security alerts on our end.Reproduction
Additional context
No response
auth0-python version
4.4.1 and higher
Python version
3.8 and higher
The text was updated successfully, but these errors were encountered: