Skip to content

Commit 879f15a

Browse files
committed
prep for 3.7.6
1 parent 6678acc commit 879f15a

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

AUTHORS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Current Maintainer
1+
Current Maintainers
22
------------------
33

4-
None.
4+
Haoxi Tan <h4sh5@pm.me>
5+
Abhinav Agarwal <abhinavagarwal1996@gmail.com>
6+
57

68

79
Past Maintainers

ChangeLog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release 3.7.6 (2026-05-30)
2+
--------------------------
3+
4+
* Added new maintainer: abhinavagarwal07 Abhinav Agarwal
5+
* Fixed critical vulnerability CVE-2026-47187 - Symlink Escape: Rogue SFTP Server to Local File Read/Write), credit to abhinavagarwal07
6+
* New -o contain_symlinks and -o no_contain_symlinks to control symlink containment behavior
7+
* Fixed high severity vulnerability CVE-2026-48711 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection'), credit to abhinavagarwal07
8+
* Fixed null-deref warning in tokenize_on_space, promote strict-warnings to required
9+
* Added a number of tests in CI, including rename, chmod, fsync, statvfs values, error paths, option coverage
10+
* Fixed malformed SFTP reply handling
11+
* Hardened Github Actions workflow with SHA pins, permissions, timeouts, and dependabot
12+
113
Release 3.7.5 (2025-11-11)
214
--------------------------
315

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('sshfs', 'c', version: '3.7.5',
1+
project('sshfs', 'c', version: '3.7.6',
22
meson_version: '>= 0.40',
33
default_options: [ 'buildtype=debugoptimized' ])
44

sshfs.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,11 @@ https://github.com/libfuse/libfuse/issues.
353353
Authors
354354
=======
355355

356-
SSHFS is currently maintained by Nikolaus Rath <Nikolaus@rath.org>,
356+
SSHFS was maintained by Nikolaus Rath <Nikolaus@rath.org>,
357357
and was created by Miklos Szeredi <miklos@szeredi.hu>.
358358

359+
See https://github.com/libfuse/sshfs for new maintainer information.
360+
359361
This man page was originally written by Bartosz Fenski
360362
<fenio@debian.org> for the Debian GNU/Linux distribution (but it may
361363
be used by others).

0 commit comments

Comments
 (0)