Skip to content

Commit 5f83f06

Browse files
[Anaconda] Address GHSA-q3qx-c6g2-7pw2 vulnerability (devcontainers#889)
* [Anaconda] Update aiohttp due to GHSA-gfw2-4jvh-wgfg:aiohttp * [anaconda] Address GHSA-q3qx-c6g2-7pw2 vulnerability * Update Dockerfile
1 parent 022e494 commit 5f83f06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/anaconda/.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ RUN . /etc/os-release && if [ "${VERSION_CODENAME}" != "bullseye" ]; then exit 1
55

66
# Temporary: Upgrade python packages due to mentioned CVEs
77
# They are installed by the base image (continuumio/anaconda3) which does not have the patch.
8-
RUN conda install \
9-
# https://github.com/advisories/GHSA-gfw2-4jvh-wgfg
10-
aiohttp=3.8.6 \
8+
RUN conda install \
9+
# https://github.com/advisories/GHSA-q3qx-c6g2-7pw2
10+
aiohttp=3.9.0 \
1111
# https://github.com/advisories/GHSA-j7hp-h8jx-5ppr
1212
pillow=10.0.1 \
1313
# https://github.com/advisories/GHSA-v845-jxx5-vc9f

src/anaconda/test-project/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ checkPythonPackageVersion "requests" "2.31.0"
4343
checkPythonPackageVersion "cryptography" "41.0.3"
4444
checkPythonPackageVersion "transformers" "4.30.0"
4545
checkPythonPackageVersion "mpmath" "1.3.0"
46-
checkPythonPackageVersion "aiohttp" "3.8.6"
46+
checkPythonPackageVersion "aiohttp" "3.9.0"
4747
checkPythonPackageVersion "jupyter_server" "2.7.2"
4848
checkPythonPackageVersion "tornado" "6.3.3"
4949

@@ -52,7 +52,7 @@ checkCondaPackageVersion "cryptography" "41.0.3"
5252
checkCondaPackageVersion "requests" "2.31.0"
5353
checkCondaPackageVersion "pygments" "2.15.1"
5454
checkCondaPackageVersion "mpmath" "1.3.0"
55-
checkCondaPackageVersion "aiohttp" "3.8.6"
55+
checkCondaPackageVersion "aiohttp" "3.9.0"
5656
checkCondaPackageVersion "pillow" "10.0.1"
5757
checkCondaPackageVersion "urllib3" "1.26.17"
5858

0 commit comments

Comments
 (0)