-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Hi there,
Would it be possible to bump up the version of pip running in virtualenv? All the versions less than v21.1 are affected by a security vulnerability:
pypa/pip#9827
The safety report:
+============================+===========+==========================+==========+
| package | installed | affected | ID |
+============================+===========+==========================+==========+
| pip | 21.0.1 | <21.1 | 40291 |
+==============================================================================+
| Pip 21.1 stops splitting on unicode separators in git references, which |
| could be maliciously used to install a different revision on the repository. |
| See: <https://github.com/pypa/pip/issues/9827>. Additionally, pip 21.1 |
| updates urllib3 to 1.26.4 to fix CVE-2021-28363.
Thanks in advance!
MglMX