Skip to content

Commit 35ff2d1

Browse files
Hugo-Pareclaude
andauthored
fix(DATAGO-135330): upgrade pip to 26.1+ for CVE-2026-6357, CVE-2026-3219 (#1562)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 59768b9 commit 35ff2d1

5 files changed

Lines changed: 95 additions & 159 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ RUN echo "deb http://deb.debian.org/debian unstable main" > /etc/apt/sources.lis
8383
mv /root/.local/bin/uv /usr/local/bin/uv && \
8484
rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/unstable.list /etc/apt/preferences.d/99pin-libtasn1 && \
8585
python3 -m venv /opt/venv && \
86+
/opt/venv/bin/pip install --upgrade "pip==26.1.1" && \
8687
uv pip install --system "virtualenv<21" hatch
8788

8889
WORKDIR /app

client/webui/frontend/package-lock.json

Lines changed: 88 additions & 153 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/webui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"jszip": "^3.10.1",
9494
"lucide-react": "^0.511.0",
9595
"marked": "^15.0.12",
96-
"mermaid": "^11.12.2",
96+
"mermaid": "^11.15.0",
9797
"react": "19.0.0",
9898
"react-dom": "19.0.0",
9999
"react-hook-form": "^7.65.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"google-genai==1.49.0",
3030
"httpx==0.28.1",
3131
"idna==3.15", # [CVE-2026-45409] Security fix (transitive from httpx, requests)
32-
"jwcrypto==1.5.6",
32+
"jwcrypto==1.5.7", # [CVE-2026-39373] Security fix
3333
"python-jwt==4.1.0",
3434
"pyjwt>=2.12.0", # [CVE-2026-32597] Security fix: validates the crit (Critical) Header Parameter in JWS tokens (transitive from a2a-sdk, msal)
3535
"asteval==1.0.6",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)