Skip to content

fix: address open Dependabot security alerts#150

Merged
aarsilv merged 1 commit into
mainfrom
aarsilv/ffesupport-525/address-vulnerabilities
Feb 19, 2026
Merged

fix: address open Dependabot security alerts#150
aarsilv merged 1 commit into
mainfrom
aarsilv/ffesupport-525/address-vulnerabilities

Conversation

@aarsilv

@aarsilv aarsilv commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Package Old Version New Version Alerts Addressed
tar 6.2.1 7.5.9 #90, #95, #99, #113 — path traversal and symlink vulnerabilities
rack 3.2.4 3.2.5 #111, #112 — directory traversal and stored XSS
lodash 4.17.21 4.17.23 #96, #97, #98 — prototype pollution in _.unset and _.omit
qs 6.14.1 6.15.0 #109, #110 — arrayLimit bypass DoS via comma parsing
undici 6.22.0 6.23.0 #85 — unbounded decompression chain
webpack 5.97.1 5.105.2 #106, #107 — SSRF via allowedUris bypass

Package-level tests (Ruby was failing before change; node configured to skip if not main)
image

🤖 Generated with Claude Code

Upgrade vulnerable dependencies across multiple packages:
- tar 6.2.1 → 7.5.9 (path traversal/symlink vulnerabilities)
- rack 3.2.4 → 3.2.5 (directory traversal, stored XSS)
- lodash 4.17.21 → 4.17.23 (prototype pollution)
- qs 6.14.1 → 6.15.0 (arrayLimit bypass DoS)
- undici 6.22.0 → 6.23.0 (unbounded decompression)
- webpack 5.97.1 → 5.105.2 (SSRF via allowedUris bypass)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@aarsilv
aarsilv marked this pull request as ready for review February 18, 2026 23:20
@aarsilv
aarsilv requested review from dd-oleksii and typotter and removed request for typotter February 18, 2026 23:20
@aarsilv
aarsilv merged commit 456539a into main Feb 19, 2026
6 of 7 checks passed
@aarsilv
aarsilv deleted the aarsilv/ffesupport-525/address-vulnerabilities branch February 19, 2026 16:20
Sign up for free to 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.

3 participants