fix(deps): patch basic-ftp, fast-uri, fast-xml-builder (PMAA-113, PMAA-114)#313
Merged
Merged
Conversation
Resolves three transitive security advisories surfaced via Dependabot: - basic-ftp 5.3.0 -> 5.3.1 (GHSA-rpmf-866q-6p89 — client-side DoS via unbounded multiline control response, PMAA-113) - fast-uri 3.1.0 -> 3.1.2 (GHSA-q3j6-qgpj-74h6 — path traversal via percent-encoded dot segments, PMAA-114) - fast-xml-builder 1.1.5 -> 1.2.0 (GHSA-5wm8-gmm8-39j9 — attribute-quote escape allowing injected attributes) Lockfile regenerated from scratch (`rm package-lock.json && npm install`) so all transitive deps land on registry-current versions; npm audit reports 0 vulnerabilities. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ruturaj-browserstack
approved these changes
Jun 1, 2026
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
Patches three transitive dependency CVEs surfaced via Dependabot + bumps the server to 1.2.21.
basic-ftpfast-urifast-xml-builderAll three are transitive, so the fix lives entirely in
package-lock.json. Lockfile was regenerated from scratch (rm package-lock.json && npm install) rather than surgical bumps — picks up registry-current resolutions across the tree.npm auditnow reports 0 vulnerabilities (all severities).Closes Dependabot PRs #290, #292, #293 — they can be closed once this lands.
Test plan
npm run lint— cleannpm run format— no changesnpm test— 21 files / 182 tests passingnpx tsc— clean compilenpm audit— 0 vulnerabilitiesPR-135949); 11 additional read-only tools round-tripped with dummy IDs without transport errorsnpm ci && npm audit && npm test🤖 Generated with Claude Code