Skip to content

Commit 25c4cdf

Browse files
committed
Removing commented lines.
1 parent 34bc71a commit 25c4cdf

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/conda/install.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,6 @@ if ! conda --version &> /dev/null ; then
158158

159159
find "${CONDA_DIR}" -type d -print0 | xargs -n 1 -0 chmod g+s
160160

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
170161
clean_conda_cache
171162
fi
172163

0 commit comments

Comments
 (0)