From ad358cf6f2431e3621c7db29a8adcd51bb364c80 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Sat, 17 Aug 2024 04:44:35 +0530 Subject: [PATCH] [Anaconda] - aiohttp - GHSA-jwhx-xcg6-8xhj - apply security patch (#1163) --- src/anaconda/.devcontainer/apply_security_patches.sh | 2 +- src/anaconda/test-project/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/anaconda/.devcontainer/apply_security_patches.sh b/src/anaconda/.devcontainer/apply_security_patches.sh index 00e232828..cd00c52ba 100644 --- a/src/anaconda/.devcontainer/apply_security_patches.sh +++ b/src/anaconda/.devcontainer/apply_security_patches.sh @@ -1,6 +1,6 @@ #!/bin/bash -vulnerable_packages=( "pydantic=2.5.3" "joblib=1.3.1" "mistune=3.0.1" "werkzeug=3.0.3" "transformers=4.36.0" "pillow=10.3.0" "aiohttp=3.9.4" \ +vulnerable_packages=( "pydantic=2.5.3" "joblib=1.3.1" "mistune=3.0.1" "werkzeug=3.0.3" "transformers=4.36.0" "pillow=10.3.0" "aiohttp=3.10.2" \ "cryptography=42.0.4" "gitpython=3.1.41" "jupyter-lsp=2.2.2" "idna=3.7" "jinja2=3.1.4" "scrapy=2.11.2" "black=24.4.2" "requests=2.32.2" "jupyter_server=2.14.1" "tornado=6.4.1" "tqdm=4.66.4" "urllib3=2.2.2" "scikit-learn=1.5.0" "zipp=3.19.1" ) # Define the number of rows (based on the length of vulnerable_packages) diff --git a/src/anaconda/test-project/test.sh b/src/anaconda/test-project/test.sh index de089d41a..1c7884293 100755 --- a/src/anaconda/test-project/test.sh +++ b/src/anaconda/test-project/test.sh @@ -41,7 +41,7 @@ checkPythonPackageVersion "certifi" "2022.12.07" checkPythonPackageVersion "cryptography" "42.0.4" checkPythonPackageVersion "transformers" "4.36.0" checkPythonPackageVersion "mpmath" "1.3.0" -checkPythonPackageVersion "aiohttp" "3.9.4" +checkPythonPackageVersion "aiohttp" "3.10.2" checkPythonPackageVersion "tornado" "6.4.1" checkPythonPackageVersion "jupyter_server" "2.14.1" checkPythonPackageVersion "pyarrow" "14.0.1"