We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bc71a commit 25c4cdfCopy full SHA for 25c4cdf
1 file changed
src/conda/install.sh
@@ -158,15 +158,6 @@ if ! conda --version &> /dev/null ; then
158
159
find "${CONDA_DIR}" -type d -print0 | xargs -n 1 -0 chmod g+s
160
161
- # Temporary fixes
162
- # Due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23491
163
- #install_user_package certifi
164
- # Due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0286 and https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23931
165
- #install_user_package cryptography
166
- # Due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40897
167
- #install_user_package setuptools
168
-
169
- #install_user_package pluggy
170
clean_conda_cache
171
fi
172
0 commit comments