Skip to content

Commit

Permalink
[Anaconda]-Werkzeug-GHSA-2g68-c3qc-8985 patch for security vuln (#1062)
Browse files Browse the repository at this point in the history
Co-authored-by: Samruddhi Khandale <[email protected]>
  • Loading branch information
gauravsaini04 and samruddhikhandale authored May 13, 2024
1 parent 9fd57ac commit 4735279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN python3 -m pip install --upgrade \
mistune==3.0.1 \
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34141
numpy==1.25.2 \
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25577
werkzeug==2.3.6 \
# https://github.com/advisories/GHSA-2g68-c3qc-8985
werkzeug==3.0.3 \
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32862
nbconvert==7.7.3 \
# https://github.com/advisories/GHSA-qppv-j76h-2rpx
Expand Down
2 changes: 1 addition & 1 deletion src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ checkPythonPackageVersion "setuptools" "65.5.1"
checkPythonPackageVersion "future" "0.18.3"
checkPythonPackageVersion "wheel" "0.38.1"
checkPythonPackageVersion "nbconvert" "6.5.1"
checkPythonPackageVersion "werkzeug" "2.2.3"
checkPythonPackageVersion "werkzeug" "3.0.3"
checkPythonPackageVersion "certifi" "2022.12.07"
checkPythonPackageVersion "requests" "2.31.0"
checkPythonPackageVersion "cryptography" "42.0.4"
Expand Down

0 comments on commit 4735279

Please sign in to comment.