prep for 3.7.6

This commit is contained in:
h4sh5
2026-05-30 09:22:08 +10:00
parent 6678accb85
commit 879f15a83b
4 changed files with 20 additions and 4 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
Current Maintainer Current Maintainers
------------------ ------------------
None. Haoxi Tan <h4sh5@pm.me>
Abhinav Agarwal <abhinavagarwal1996@gmail.com>
Past Maintainers Past Maintainers
+12
View File
@@ -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) Release 3.7.5 (2025-11-11)
-------------------------- --------------------------
+1 -1
View File
@@ -1,4 +1,4 @@
project('sshfs', 'c', version: '3.7.5', project('sshfs', 'c', version: '3.7.6',
meson_version: '>= 0.40', meson_version: '>= 0.40',
default_options: [ 'buildtype=debugoptimized' ]) default_options: [ 'buildtype=debugoptimized' ])
+3 -1
View File
@@ -353,9 +353,11 @@ https://github.com/libfuse/libfuse/issues.
Authors 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>. 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 This man page was originally written by Bartosz Fenski
<fenio@debian.org> for the Debian GNU/Linux distribution (but it may <fenio@debian.org> for the Debian GNU/Linux distribution (but it may
be used by others). be used by others).