Reviewed & tested by the community
Project:
Drush Language Commands
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2023 at 11:31 UTC
Updated:
30 Aug 2025 at 08:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
holo96 commentedThink this will do it.
Comment #3
holo96 commentedComment #4
rcodinaPatch on #2 works for me.
Comment #5
tidoDo you have any idea when this modification will be validated and packaged in a new version of the module?
For people who have automated tests in a CI, for example with
composer audit, the webmozart//path-util package appears as abandoned and so CIs often fail.Comment #6
rcodinaTwo positive reviews.
Comment #7
marcoliverAny chance of this and https://www.drupal.org/i/3485647 getting merged some time soon?
Because yes,
drush language:*is mostly a replacement for this module, but there is some convenience stuff in here that would be cool to keep!Comment #10
jan kellermann commentedRTBC and please merge an release version.
Comment #11
watkinsj commentedWhen applying the patch into the composer.json will it still show the issue on composer audit?
I set the patch in composer.json and ran composer install, but the audit still shows the error.
Comment #12
marcoliver@watkinsj Unable to verify this right now, but AFAIK composer audit scans your composer.lock file for packages with known vulnerabilities and packages that depend on ones with known vulnerabilities.
Maybe take a look at your drush_language entry in the lock file and its dependencies. Or maybe audit knows that drush_language has inherited an issues from its dependency?
Comment #13
prudloff commentedPatching composer.json does nothing because Composer reads the dependencies from the remote repository (when adding or updating a dependency) or from your composer.lock file (on subsequent installs), not from the patched composer.json file.