Skip to content

v2.6.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 06:29
· 211 commits to main since this release
386448e

Bug Fixes

  • OIDC session cookie: use a cryptographically secure opaque random string, as we already do in all other security-sensitive code in SFTPGo. CVE-2024-52801. Thanks to @denisvr72 for reporting.
  • EventManager: fix connection leak when performing file operations on a third-party SFTP server, for example, to copy a file to another SFTP server after an upload.

CI