Skip to content

fix: resolve dependabot security alerts#105

Merged
aa-replicated merged 1 commit intomainfrom
polecat/rust-mo9b7yz2
Apr 22, 2026
Merged

fix: resolve dependabot security alerts#105
aa-replicated merged 1 commit intomainfrom
polecat/rust-mo9b7yz2

Conversation

@aa-replicated
Copy link
Copy Markdown
Contributor

Summary

Fixes two Dependabot security alerts in package-lock.json:

  • basic-ftp 5.2.2 → 5.3.0 — GHSA-rp42-5vxx-qpwr: High severity DoS via unbounded memory consumption in Client.list()
  • follow-redirects 1.15.11 → 1.16.0 — GHSA-r4q5-vmmm-2653: Moderate severity, leaks Custom Authentication Headers to Cross-Domain Redirect Targets

Both packages are devDependencies (only used in tests/build tooling).

Test plan

  • npm audit — 0 vulnerabilities
  • npm run build — passes
  • npm test — 46 tests pass

Resolves: rl-sul

🤖 Generated with Claude Code

- basic-ftp 5.2.2 → 5.3.0 (GHSA-rp42-5vxx-qpwr: DoS via unbounded memory)
- follow-redirects 1.15.11 → 1.16.0 (GHSA-r4q5-vmmm-2653: auth header leak)
@aa-replicated aa-replicated merged commit d8fab1d into main Apr 22, 2026
1 check passed
@aa-replicated aa-replicated deleted the polecat/rust-mo9b7yz2 branch April 22, 2026 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant