Skip to content

Commit 967866e

Browse files
gauravsaini04bhupendra-vaishnavjoshaber
authored
[Anaconda] Update transformers pkg due to GHSA-v68g-wm8c-6x7j vulnerability (devcontainers#906)
* [Anaconda] Update aiohttp due to GHSA-gfw2-4jvh-wgfg:aiohttp * [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 * [anaconda] Python (Pip) Security Update for pyarrow (GHSA-5wvp-7f3h-6wmm) (devcontainers#893) * Updated pyarrow package to fix GHSA-5wvp-7f3h-6wmm * Updated pyarrow package to fix GHSA-5wvp-7f3h-6wmm * [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 * Updated pyarrow package to fix GHSA-5wvp-7f3h-6wmm * Updated pyarrow package to fix GHSA-5wvp-7f3h-6wmm * removed package-lock.json as its not require --------- Co-authored-by: gauravsaini04 <147703805+gauravsaini04@users.noreply.github.com> * Remove deprecated Ruby extension (devcontainers#894) * Replace deprecated Ruby extension * Remove the extension since the feature is already installing it * Update devcontainer.json * [Anaconda] Address Transformers GHSA-v68g-wm8c-6x7j vulnerability --------- Co-authored-by: bhupendra-vaishnav <148317470+bhupendra-vaishnav@users.noreply.github.com> Co-authored-by: Josh Abernathy <josh@github.com>
1 parent a3ade01 commit 967866e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/anaconda/.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ RUN python3 -m pip install --upgrade \
3131
# https://github.com/advisories/GHSA-r726-vmfq-j9j3
3232
jupyter_server==2.7.2 \
3333
# https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
34-
pyarrow==14.0.1
34+
pyarrow==14.0.1 \
35+
# https://github.com/advisories/GHSA-v68g-wm8c-6x7j
36+
transformers==4.36.0
3537

3638
# Reset and copy updated files with updated privs to keep image size down
3739
FROM mcr.microsoft.com/devcontainers/base:1-bullseye

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ checkPythonPackageVersion "werkzeug" "2.2.3"
4141
checkPythonPackageVersion "certifi" "2022.12.07"
4242
checkPythonPackageVersion "requests" "2.31.0"
4343
checkPythonPackageVersion "cryptography" "41.0.3"
44-
checkPythonPackageVersion "transformers" "4.30.0"
44+
checkPythonPackageVersion "transformers" "4.36.0"
4545
checkPythonPackageVersion "mpmath" "1.3.0"
4646
checkPythonPackageVersion "aiohttp" "3.9.0"
4747
checkPythonPackageVersion "jupyter_server" "2.7.2"

0 commit comments

Comments
 (0)