Skip to content

deps: bump basic-ftp from 6.0.2 to 6.2.1 - #7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/basic-ftp-6.2.1
Open

deps: bump basic-ftp from 6.0.2 to 6.2.1#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/basic-ftp-6.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown

Bumps basic-ftp from 6.0.2 to 6.2.1.

Release notes

Sourced from basic-ftp's releases.

6.2.1

  • Fixed: Protect against excessive CPU use when parsing a directory listing, fixes GHSA-c475-qrg2-pj4r.
  • Fixed: A transfer could time out right after a slow local source or destination stopped holding it up, before the server had a chance to continue.

6.2.0

  • Changed: Timeout tracking during data transfers now only applies to the server, not a slow local source or destination.
  • Fixed: A failed transfer could report its failure twice and cancel an unrelated command issued afterwards, leaving it without a response.

6.1.0

  • Changed: Uploading from a local path now throws if the file changes while it's being read, instead of reporting the incomplete upload as successful.
Changelog

Sourced from basic-ftp's changelog.

6.2.1

  • Fixed: Protect against excessive CPU use when parsing a directory listing, fixes GHSA-c475-qrg2-pj4r.
  • Fixed: A transfer could time out right after a slow local source or destination stopped holding it up, before the server had a chance to continue.

6.2.0

  • Changed: Timeout tracking during data transfers now only applies to the server, not a slow local source or destination.
  • Fixed: A failed transfer could report its failure twice and cancel an unrelated command issued afterwards, leaving it without a response.

6.1.0

  • Changed: Uploading from a local path now throws if the file changes while it's being read, instead of reporting the incomplete upload as successful.
Commits
  • a5b160f Fix tests
  • d6d3245 Fix timeout issue
  • b7cc6a5 Update dev dependencies
  • d0d9e07 Fix quadratic-time CPU denial of service in Client.list()
  • 9cbc5cf Update dependencies
  • a825fdc Fix failed transfer reporting failure twice
  • 344504c Bump version
  • 0fa741d Make data transfer timeout tracking independent of streams controlled by
  • e025e1d Bump version
  • d465295 Guard against files being changed during upload
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 6.0.2 to 6.2.1.
- [Release notes](https://github.com/patrickjuchli/basic-ftp/releases)
- [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md)
- [Commits](patrickjuchli/basic-ftp@v6.0.2...v6.2.1)

---
updated-dependencies:
- dependency-name: basic-ftp
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency update security Security-sensitive change or report labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency update security Security-sensitive change or report

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants