prep for 3.7.6
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
Current Maintainer
|
||||
Current Maintainers
|
||||
------------------
|
||||
|
||||
None.
|
||||
Haoxi Tan <h4sh5@pm.me>
|
||||
Abhinav Agarwal <abhinavagarwal1996@gmail.com>
|
||||
|
||||
|
||||
|
||||
Past Maintainers
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
Release 3.7.6 (2026-05-30)
|
||||
--------------------------
|
||||
|
||||
* Added new maintainer: abhinavagarwal07 Abhinav Agarwal
|
||||
* Fixed critical vulnerability CVE-2026-47187 - Symlink Escape: Rogue SFTP Server to Local File Read/Write), credit to abhinavagarwal07
|
||||
* New -o contain_symlinks and -o no_contain_symlinks to control symlink containment behavior
|
||||
* Fixed high severity vulnerability CVE-2026-48711 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection'), credit to abhinavagarwal07
|
||||
* Fixed null-deref warning in tokenize_on_space, promote strict-warnings to required
|
||||
* Added a number of tests in CI, including rename, chmod, fsync, statvfs values, error paths, option coverage
|
||||
* Fixed malformed SFTP reply handling
|
||||
* Hardened Github Actions workflow with SHA pins, permissions, timeouts, and dependabot
|
||||
|
||||
Release 3.7.5 (2025-11-11)
|
||||
--------------------------
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
project('sshfs', 'c', version: '3.7.5',
|
||||
project('sshfs', 'c', version: '3.7.6',
|
||||
meson_version: '>= 0.40',
|
||||
default_options: [ 'buildtype=debugoptimized' ])
|
||||
|
||||
|
||||
@@ -353,9 +353,11 @@ https://github.com/libfuse/libfuse/issues.
|
||||
Authors
|
||||
=======
|
||||
|
||||
SSHFS is currently maintained by Nikolaus Rath <Nikolaus@rath.org>,
|
||||
SSHFS was maintained by Nikolaus Rath <Nikolaus@rath.org>,
|
||||
and was created by Miklos Szeredi <miklos@szeredi.hu>.
|
||||
|
||||
See https://github.com/libfuse/sshfs for new maintainer information.
|
||||
|
||||
This man page was originally written by Bartosz Fenski
|
||||
<fenio@debian.org> for the Debian GNU/Linux distribution (but it may
|
||||
be used by others).
|
||||
|
||||
Reference in New Issue
Block a user