Skip to content

Commit b35e760

Browse files
committed
Bump version
1 parent eb95b0e commit b35e760

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 6.0.0
4+
5+
- **Breaking change**: This library does not allow separate transfer hosts by default anymore. This provides security by default against FTP bounce attacks. This FTP feature is used very rarely, there is a good chance you don't actually have to change anything in your code. You can allow separate transfer hosts by using `allowSeparateTransferHost: true` when instantiating a `Client`. (Thanks, @Jvr2022)
6+
37
## 5.3.1
48

59
- Fixed: Protect against unbounded control response, fixes https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rpmf-866q-6p89.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-ftp",
3-
"version": "5.3.1",
3+
"version": "6.0.0",
44
"description": "FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.",
55
"main": "dist/index",
66
"types": "dist/index",

0 commit comments

Comments
 (0)