Closed (fixed)
Project:
Drupal core
Version:
10.6.x-dev
Component:
asset library system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2025 at 06:12 UTC
Updated:
3 Feb 2026 at 14:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
immaculatexavier commentedUpdated form-data to 4.0.4 in web/core/yarn.lock to resolve security vulnerability GHSA-fjxv-7rq2-vm57.
PHPUnit tests fails
Comment #5
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #6
cilefen commentedComment #7
cilefen commentedComment #10
emixaam commentedSince the issue was retargeted to 11.x, I created the new MR 13846.
Updated form-data to 4.0.4 in core/yarn.lock.
All tests pass. Changing status to Needs review.
Comment #11
smustgrave commentedLooks like a good update, nice find!
Comment #12
longwaveCommitted and pushed c69a0abdee3 to 11.x and 7b7967df2c9 to 11.3.x and 76076f17ece to 11.2.x. Thanks!
Not sure we should hardcode the resolution in package.json in 10.x, moving to NW to fix that in 10.6.x (and perhaps 10.5.x).
Comment #19
quietone commentedComment #20
smustgrave commentedI see in 11.x we went to 4.0.4 but in 10.6 going to 4.0.5, feel we probably should go to the same version right?
Comment #21
thidd commentedI think we need to reopen https://git.drupalcode.org/project/drupal/-/merge_requests/13846 for 11.x @longwave
Comment #22
smustgrave commented@longwave thoughts
Nothing has changed so don’t think review is correct status
Comment #24
longwaveAs long as we're on a secure version it doesn't matter for this dependency. It's only here because of
jsdom, which in turn is only needed for a single Nightwatch test. Let's just ship the 10.6 fix and be done.Committed and pushed dd3199e196a to 10.6.x. Thanks!
Comment #28
smustgrave commentedThanks for taking a look!