Skip to content

Commit 8d51873

Browse files
mishushakovclaude
andauthored
fix: resolve all open Dependabot security alerts (#317)
* fix: resolve all open Dependabot security alerts - Bump pillow 12.2.0 -> 12.3.0 in template/requirements.txt, python/poetry.lock, and chart_data_extractor/poetry.lock (25 alerts: heap OOB writes, decompression bomb bypasses, DoS) - Update js-yaml to 3.15.0 / 4.3.0 (GHSA-52cp-r559-cp3m, GHSA-h67p-54hq-rp68: quadratic merge-key DoS) - Update brace-expansion to 1.1.16 (GHSA-3jxr-9vmj-r5cp) - Force esbuild >=0.28.1 via pnpm override (GHSA-g7r4-m6w7-qqqr); vite 7.3.5 and tsup 8.5.1 both pin ^0.27.0, so an override is required. Verified tsup build and vitest transform still work. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: bump poetry to 2.1.1 in .tool-versions to match lock-version 2.1 python/poetry.lock and chart_data_extractor/poetry.lock are now both lock-version 2.1, which Poetry 1.8.5 cannot install deterministically (it silently re-resolves). The chart_data_extractor lock was already lock-version 2.1 on main, so charts CI was already affected; pinning 2.1.1 (the binary that generated both locks in this PR) fixes both. Verified with `poetry check --lock` and `poetry install --dry-run` in both packages. All poetry commands used in CI (install, install --with dev, build, run, config pypi-token, publish --skip-existing) are unchanged in Poetry 2.x. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 45f181c commit 8d51873

7 files changed

Lines changed: 396 additions & 610 deletions

File tree

.changeset/pillow-12-3-security.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@e2b/code-interpreter-template": patch
3+
---
4+
5+
Bump `pillow` to 12.3.0 to address multiple security vulnerabilities (heap out-of-bounds writes, decompression bomb bypasses, and DoS issues fixed in 12.3.0)

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.10
2-
poetry 1.8.5
2+
poetry 2.1.1

chart_data_extractor/poetry.lock

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

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
},
2323
"engines": {
2424
"pnpm": ">=9.0.0 <10"
25+
},
26+
"pnpm": {
27+
"overrides": {
28+
"esbuild@<0.28.1": ">=0.28.1"
29+
}
2530
}
2631
}

0 commit comments

Comments
 (0)