[codex] fix form-data dependabot alert#3962
Merged
Merged
Conversation
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
sjchmiela
approved these changes
Jul 13, 2026
a84eea7 to
90388eb
Compare
|
✅ Thank you for adding the changelog entry! |
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.
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 vulnerable4.0.4/4.0.5;4.0.6is the patched 4.x release.How
Re-resolved
form-datawith Yarn so the lockfile now pinsform-data@4.0.6for the existing 4.x ranges. The same advisory also covers older 2.x releases, so the existing 2.x range was re-resolved to patchedform-data@2.5.6. Added amainchangelog chore entry for the security bump.Test Plan
corepack yarn fmtcorepack yarn install --immutablecorepack yarn why form-datacorepack yarn lint-changeloggit diff --checkcorepack yarn install --immutablestill reports the same pre-existing peer dependency warnings forgraphql,oxlint-tsgolint,eslint, and@types/node.