-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Drop bundled wheels for 3.7 #2758
Comments
This will stop scanner from reporting CVE-2024-634 and save 3MB of space. See also pypa/virtualenv#2758
These wheels are from python 3.7. This will stop scanner from reporting CVE-2024-634 and save 3MB of space. See also pypa/virtualenv#2758
These wheels are from python 3.7. This will stop scanner from reporting CVE-2024-634 and save 3MB of space. See also pypa/virtualenv#2758
These wheels are from python 3.7. This will stop scanner from reporting CVE-2024-634 and save 3MB of space. See also pypa/virtualenv#2758
These wheels are from python 3.7. This will stop scanner from reporting CVE-2024-634 and save 3MB of space. See also pypa/virtualenv#2758
These wheels are from python 3.7. This will stop scanner from reporting CVE-2024-634 and save 3MB of space. See also pypa/virtualenv#2758
Our policy is to support it for 18 months past python eol. |
I'm facing an issue related to the vulnerability in setuptools versions However, JFrog Xray still identifies the vulnerability in my application with the path From what I can see in the virtualenv source code, it appears that virtualenv is using version 3.7, defined by the MAX constant. My application is running on Any guidance would be greatly appreciated! |
If you are not using Python 3.7, you can ignore the warning. If you are using it, well, you are not secure anyways. |
Fixed by #2783 |
What's the problem this feature will solve?
virtualenv has embedded wheels specifically to support python 3.7. python 3.7 went EOL over a year ago (i2023-06-27).
The embedded wheels
pip-24.0-py3-none-any.whl
,setuptools-68.0.0-py3-none-any.whl
andwheel-0.42.0-py3-none-any.whl
.Describe the solution you'd like
Drop the embedded wheels.
Alternative Solutions
Maybe make it installable as a optional dependency? That would clearly take action by users of python 3.7, but they have been unsupported by upstream for over a year.
The text was updated successfully, but these errors were encountered: