fix: remediate high-severity Dependabot security alerts#45
Merged
antoniomtz merged 1 commit intomainfrom Feb 23, 2026
Merged
Conversation
Bump vulnerable dependencies to patched versions: - pillow 12.0.0 → 12.1.1 (OOB write on PSD images) - python-multipart 0.0.20 → 0.0.22 (arbitrary file write) - urllib3 2.5.0 → ≥2.6.3 via constraint (decompression bomb bypass) - next 15.4.10 → 15.5.10 (DoS via RSC deserialization) - tar override ≥7.5.2 → ≥7.5.8 (path traversal / symlink poisoning) Resolves Dependabot alerts #2, #3, #4, #5, #6, #7, #8, #9, #10, #15, #16. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
constraint-dependencies(decompression bomb bypass, unbounded decompression chain)Resolves Dependabot alerts: #2, #3, #4, #5, #6, #7, #8, #9, #10, #15, #16 (10 of 12 high-severity alerts).
Not addressed
^3.x; upgrading to 10.x would break eslint. Requires upstream update.Test plan
uv sync— all Python packages install cleanlypnpm install --frozen-lockfile— all npm packages install cleanlypytest— 145/145 tests passpnpm lint— passes (only pre-existing<img>warnings)🤖 Generated with Claude Code