forked from rclone/rclone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit resolves CVE-2024-45337 which is an a potential auth bypass for `rclone serve sftp`. https://nvd.nist.gov/vuln/detail/CVE-2024-45337 However after review of the code, rclone is **not** affected as it handles the authentication correctly. Rclone already uses the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt as suggested in the vulnerability report. This commit includes the recommended update to golang.org/x/crypto anyway so that this is visible in the changelog. Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.31.0. - [Commits](golang/crypto@v0.29.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e704e33
commit a176d4c
Showing
2 changed files
with
15 additions
and
15 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
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