Skip to content

[codex] fix form-data dependabot alert#3962

Merged
szdziedzic merged 2 commits into
mainfrom
szdziedzic-codex/fix-dependabot-465-form-data
Jul 13, 2026
Merged

[codex] fix form-data dependabot alert#3962
szdziedzic merged 2 commits into
mainfrom
szdziedzic-codex/fix-dependabot-465-form-data

Conversation

@szdziedzic

@szdziedzic szdziedzic commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Why

Dependabot reported security alert 465 for the transitive runtime dependency form-data (GHSA-hmw2-7cc7-3qxx, CVE-2026-12143). The existing lockfile resolved 4.x ranges to vulnerable 4.0.4/4.0.5; 4.0.6 is the patched 4.x release.

How

Re-resolved form-data with Yarn so the lockfile now pins form-data@4.0.6 for the existing 4.x ranges. The same advisory also covers older 2.x releases, so the existing 2.x range was re-resolved to patched form-data@2.5.6. Added a main changelog chore entry for the security bump.

Test Plan

  • corepack yarn fmt
  • corepack yarn install --immutable
  • corepack yarn why form-data
  • corepack yarn lint-changelog
  • git diff --check

corepack yarn install --immutable still reports the same pre-existing peer dependency warnings for graphql, oxlint-tsgolint, eslint, and @types/node.

@szdziedzic szdziedzic requested a review from sjchmiela July 6, 2026 16:58
@szdziedzic szdziedzic marked this pull request as ready for review July 6, 2026 16:58
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Subscribed to pull request

File Patterns Mentions
**/* @douglowder

Generated by CodeMention

Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead.

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.03%. Comparing base (643cc9e) to head (90388eb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3962   +/-   ##
=======================================
  Coverage   60.03%   60.03%           
=======================================
  Files         948      948           
  Lines       41648    41648           
  Branches     8744     8744           
=======================================
  Hits        25000    25000           
  Misses      16554    16554           
  Partials       94       94           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@szdziedzic szdziedzic requested a review from douglowder July 7, 2026 09:10
@szdziedzic szdziedzic force-pushed the szdziedzic-codex/fix-dependabot-465-form-data branch from a84eea7 to 90388eb Compare July 13, 2026 16:22
@github-actions

Copy link
Copy Markdown

✅ Thank you for adding the changelog entry!

@szdziedzic szdziedzic merged commit a08beb6 into main Jul 13, 2026
6 checks passed
@szdziedzic szdziedzic deleted the szdziedzic-codex/fix-dependabot-465-form-data branch July 13, 2026 16:29
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.

2 participants