This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from parkervcp/master
Fix path resolution for server files and add a CHANGELOG.md
- Loading branch information
Showing
3 changed files
with
47 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ | |
|
||
# Misc files and folders | ||
.idea/ | ||
sftp-server | ||
sftp-server | ||
sftp-server\.log |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
This file is a running track of new features and fixes to each version of the daemon released starting with `v1.0.3`. | ||
|
||
## v1.0.3 | ||
### Fixed | ||
* Fixes a regression in file permission handling via SFTP. File permissions can now be changed and are not forced to a specific setting. | ||
* **[Security]** Fixes an unauthorized file read outside of server directory vulnerability when working with the standalone SFTP server. |
This file contains 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