-
Notifications
You must be signed in to change notification settings - Fork 88
Fix vulnerability in cryptography
#395
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ben Lewis <hello@blewis.me>
|
It seems like |
This way users of the package can choose their own `cryptography` version. This should be safe since users that aren't installing `skypilot` can just install more recent versions and users of `skypilot` can add their own restriction to `cryptography`, but AFAIK, the built-in restriction to `pyopenssl` on `skypilot` should prevent any issues (I actually believe that that restriction itself is no longer relevant, [see here](skypilot-org/skypilot#8070) ) Signed-off-by: Ben Lewis <hello@blewis.me>
|
I have dropped the version restriction and it seems like this PR is safe since it won't break usage of |
|
@hemildesai It would be great if you could consider this pull request 🙏 |
This is necessary to use `urllib >= 2.6.0` to avoid vulnerabilities: CVE-2025-66471 and CVE-2025-66418 Signed-off-by: Ben Lewis <hello@blewis.me>
Signed-off-by: Ben Lewis <hello@blewis.me>
|
Note to reader: I have switched to |
This fixes #342