Skip to content

Fix: Update dependencies to address security vulnerabilities (CVE-2025-7783) - #404

Open
bob10042 wants to merge 1 commit into
thoughtworks:masterfrom
bob10042:fix/issue-401-cve-form-data
Open

Fix: Update dependencies to address security vulnerabilities (CVE-2025-7783)#404
bob10042 wants to merge 1 commit into
thoughtworks:masterfrom
bob10042:fix/issue-401-cve-form-data

Conversation

@bob10042

Copy link
Copy Markdown

Summary

This PR updates vulnerable dependencies to address security issues reported in #401.

Changes

  • form-data: Updated from 2.3.3/4.0.0 to 4.0.5 (fixes CVE-2025-7783)
  • @cypress/request: Updated from 3.0.0 to 3.0.10
  • qs: Updated to 6.14.1 (fixes DoS vulnerability GHSA-6rw7-vpxm-498p)
  • lodash: Updated to 4.17.23 (fixes prototype pollution GHSA-xxjr-mmjv-4gpg)

Testing

  • All 118 unit tests pass
  • Ran
    pm audit fix\ to apply safe updates

Related Issue

Fixes #401


This is my first contribution to this project. Happy to make any changes requested!

- Update form-data from 2.3.3/4.0.0 to 4.0.5 (CVE-2025-7783)
- Update @cypress/request from 3.0.0 to 3.0.10
- Update qs to 6.14.1 (fixes DoS vulnerability GHSA-6rw7-vpxm-498p)
- Update lodash to 4.17.23 (fixes prototype pollution GHSA-xxjr-mmjv-4gpg)
- All 118 unit tests pass

Fixes thoughtworks#401
Copilot AI review requested due to automatic review settings January 29, 2026 20:51
@bob10042
bob10042 requested a review from a team as a code owner January 29, 2026 20:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

CVE in form-data

2 participants