Skip to content

fix: bump dependencies to resolve security vulnerabilities - #167

Merged
neoneye merged 2 commits into
mainfrom
fix-dependency-vulnerabilities
Mar 7, 2026
Merged

fix: bump dependencies to resolve security vulnerabilities#167
neoneye merged 2 commits into
mainfrom
fix-dependency-vulnerabilities

Conversation

@neoneye

Copy link
Copy Markdown
Member

Summary

Patch-level dependency bumps to resolve 28 of 30 open Dependabot alerts (the remaining 2 are gradio, skipped due to large version jump needing manual testing).

worker_plan/pyproject.toml (7 bumps, resolves 22 alerts):

PackageOldNewSeverityIssue
nltk3.9.23.9.3CriticalZip Slip arbitrary file overwrite
aiohttp3.13.23.13.3High + 7 lowerHTTP parser zip bomb
urllib32.6.22.6.3HighDecompression-bomb bypass on redirects
python-multipart0.0.210.0.22HighArbitrary file write
pillow12.0.012.1.1HighOOB write loading PSD images
pypdf6.5.06.7.57x MediumDoS / memory exhaustion
filelock3.20.13.20.3MediumTOCTOU symlink

frontend_single_user/requirements.txt (1 bump, resolves 1 alert):

PackageOldNewSeverityIssue
python-multipart0.0.200.0.22HighArbitrary file write

mcp_cloud/requirements.txt + worker_plan_database/requirements.txt (2 bumps, resolve 2 alerts):

PackageOldNewSeverityIssue
Flask3.1.13.1.3LowMissing Vary: Cookie header

Not addressed (2 remaining alerts): gradio 6.0.2 → 6.7.0 (SSRF + path traversal) — skipped due to major version gap requiring manual testing.

Test plan

  • pip install succeeds with the updated versions
  • Worker plan pipeline runs end-to-end
  • Frontend single-user starts without import errors
  • Verify Dependabot alerts auto-close after merge

🤖 Generated with Claude Code

neoneyeand others added 2 commits March 7, 2026 13:45
worker_plan/pyproject.toml:
- nltk 3.9.2 → 3.9.3 (critical: Zip Slip)
- aiohttp 3.13.2 → 3.13.3 (high: zip bomb + 7 lower alerts)
- urllib3 2.6.2 → 2.6.3 (high: decompression-bomb bypass)
- python-multipart 0.0.21 → 0.0.22 (high: arbitrary file write)
- pillow 12.0.0 → 12.1.1 (high: OOB write on PSD images)
- pypdf 6.5.0 → 6.7.5 (7 medium: DoS/memory exhaustion)
- filelock 3.20.1 → 3.20.3 (medium: TOCTOU symlink)
frontend_single_user/requirements.txt:
- python-multipart 0.0.20 → 0.0.22 (high: arbitrary file write)
mcp_cloud/requirements.txt, worker_plan_database/requirements.txt:
- Flask 3.1.1 → 3.1.3 (low: missing Vary: Cookie header)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@neoneye
neoneye merged commit fc7c81d into mainMar 7, 2026
3 checks passed
@neoneye
neoneye deleted the fix-dependency-vulnerabilities branch March 7, 2026 15:27
huangyingting pushed a commit to repomesh/PlanExe that referenced this pull request Jun 26, 2026
Resolves Dependabot security alerts in worker_plan/pyproject.toml by bumping to the first stable patched release of each package:
- aiohttp 3.13.5 -> 3.14.1 (alerts PlanExeOrg#152,PlanExeOrg#153,PlanExeOrg#156-PlanExeOrg#164)
- tornado 6.5.4 -> 6.5.7 (alerts PlanExeOrg#113,PlanExeOrg#114,PlanExeOrg#136,PlanExeOrg#155,PlanExeOrg#165,PlanExeOrg#166,PlanExeOrg#171)
- python-multipart 0.0.22 -> 0.0.32 (alerts PlanExeOrg#142,PlanExeOrg#149,PlanExeOrg#167-PlanExeOrg#170)
- urllib3 2.6.3 -> 2.7.0 (alerts PlanExeOrg#150,PlanExeOrg#151)
- marshmallow 3.24.2 -> 3.26.2 (alert PlanExeOrg#81), staying on 3.x to avoid the breaking 4.x major
transformers alert PlanExeOrg#137 is excluded: its only fix is the 5.x major line and the vulnerable Trainer class is never imported by PlanExe (handled separately).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@neoneye