Skip to content

Commit a78989e

Browse files
[anaconda] - tornado - GHSA-w235-7p84-xx57 (devcontainers#1099)
* [anaconda] - tornado - GHSA-w235-7p84-xx57 * Update apply_security_patches.sh
1 parent 6cc6664 commit a78989e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/anaconda/.devcontainer/apply_security_patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
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" \
4-
"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")
4+
"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")
55

66
# Define the number of rows (based on the length of vulnerable_packages)
77
rows=${#vulnerable_packages[@]}

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ checkPythonPackageVersion "cryptography" "42.0.4"
4343
checkPythonPackageVersion "transformers" "4.36.0"
4444
checkPythonPackageVersion "mpmath" "1.3.0"
4545
checkPythonPackageVersion "aiohttp" "3.9.4"
46+
checkPythonPackageVersion "tornado" "6.4.1"
4647
checkPythonPackageVersion "jupyter_server" "2.14.1"
47-
checkPythonPackageVersion "tornado" "6.3.3"
4848
checkPythonPackageVersion "pyarrow" "14.0.1"
4949
checkPythonPackageVersion "pillow" "10.3.0"
5050
checkPythonPackageVersion "jupyterlab" "4.0.11"

0 commit comments

Comments
 (0)