Skip to content

Commit

Permalink
[miniconda] Enable patch for GHSA-5cpq-8wj7-hf2v (#740)
Browse files Browse the repository at this point in the history
* Enable patch for GHSA-5cpq-8wj7-hf2v

* Enable tests

* Update tests

- Bump required version;
- Remove comments.

* Update tests
  • Loading branch information
alexander-smolyakov committed Sep 11, 2023
1 parent daabdeb commit 444888a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && /opt/conda/bi
RUN conda install \
# https://github.com/pyca/cryptography/security/advisories/GHSA-5cpq-8wj7-hf2v
pyopenssl=23.2.0 \
# cryptography=41.0.2 # Disabled temporarily due to issue with conda \
cryptography=41.0.2 \
# https://github.com/advisories/GHSA-j8r2-6x86-q33q
requests=2.31.0

Expand Down
4 changes: 2 additions & 2 deletions src/miniconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ check "gitconfig-contains-name" sh -c "cat /etc/gitconfig | grep 'name = devcont

check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"

# checkPythonPackageVersion "cryptography" "41.0.0" # Disabled temporarily due to issue with conda
checkPythonPackageVersion "cryptography" "41.0.0"
checkPythonPackageVersion "setuptools" "65.5.1"
checkPythonPackageVersion "wheel" "0.38.1"

# checkCondaPackageVersion "cryptography" "41.0.0" # Disabled temporarily due to issue with conda
checkCondaPackageVersion "cryptography" "41.0.0"
checkCondaPackageVersion "pyopenssl" "23.2.0"
checkCondaPackageVersion "setuptools" "65.5.1"
checkCondaPackageVersion "wheel" "0.38.1"
Expand Down

0 comments on commit 444888a

Please sign in to comment.