Skip to content

fix: bump form-data to remediate CVE-2025-7783#23

Open
persimmon16 wants to merge 1 commit into
masterfrom
fix/CVE-2025-7783-form-data
Open

fix: bump form-data to remediate CVE-2025-7783#23
persimmon16 wants to merge 1 commit into
masterfrom
fix/CVE-2025-7783-form-data

Conversation

@persimmon16
Copy link
Copy Markdown

Summary

  • Adds npm overrides to package.json to force all transitive form-data dependencies to patched versions
    • form-data@2 -> >=2.5.4
    • form-data@3 -> >=3.0.4
    • form-data@4 -> >=4.0.4
  • No package-lock.json is committed (it is in .gitignore); the override will take effect on the next npm install

CVE Details

CVE-2025-7783 (CVSS 9.4 Critical) - Vulnerability in the form-data npm package affecting versions <2.5.4, <3.0.4, and <4.0.4.

Notes

  • No functional changes; overrides only affect transitive dependency resolution.

Adds npm overrides to ensure all transitive form-data dependencies
resolve to patched versions (>=2.5.4 for 2.x, >=3.0.4 for 3.x,
>=4.0.4 for 4.x), remediating CVE-2025-7783 (CVSS 9.4).
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.

1 participant