fix: CVE-2026-27699 update basic-ftp to 5.2.0#6097
Open
roshil1206 wants to merge 1 commit intoUnitech:masterfrom
Open
fix: CVE-2026-27699 update basic-ftp to 5.2.0#6097roshil1206 wants to merge 1 commit intoUnitech:masterfrom
roshil1206 wants to merge 1 commit intoUnitech:masterfrom
Conversation
Override basic-ftp transitive dependency (via @pm2/agent -> proxy-agent -> pac-proxy-agent -> get-uri -> basic-ftp) from 5.0.5 to 5.2.0 to resolve CVE-2026-27699 which affects versions < 5.2.0. Closes Unitech#6088
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.
Summary
basic-ftp< 5.2.0)overridesentry to pinbasic-ftpto5.2.0@pm2/agent->proxy-agent->pac-proxy-agent->get-uri->basic-ftp@5.0.5Since
basic-ftpis a transitive dependency and pm2 is typically installed globally (npm i -g pm2), users cannot resolve this withnpm audit fix— it needs to be fixed in pm2 itself.Closes #6088