This is an automated email from the ASF dual-hosted git repository.
tomaswolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-site.git
The following commit(s) were added to refs/heads/master by this push:
new eac4e7548 SSHD: mention security fix in 2.18.0
eac4e7548 is described below
commit eac4e7548cfbd30593319b8ee6a3bdbb151be094
Author: Thomas Wolf <[email protected]>
AuthorDate: Thu Jun 4 17:21:57 2026 +0200
SSHD: mention security fix in 2.18.0
---
source/sshd-project/download_2.18.0.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/sshd-project/download_2.18.0.md
b/source/sshd-project/download_2.18.0.md
index 964581abb..92651656d 100644
--- a/source/sshd-project/download_2.18.0.md
+++ b/source/sshd-project/download_2.18.0.md
@@ -11,7 +11,7 @@ version: 2.18.0
* [GH-743](https://github.com/apache/mina-sshd/issues/743) Ensure the Java
`ServiceLoader` use a singleton `SftpFileSystemProvider`
* [GH-879](https://github.com/apache/mina-sshd/issues/879) Close SSH channel
gracefully on exception in port forwarding
- * Improve handling of repository paths in `sshd-git`.
+ * **Security**: Improve handling of repository paths in `sshd-git`. Resolves
[CVE-2026-48827](https://www.cve.org/CVERecord?id=CVE-2026-48827),
[announced](https://lists.apache.org/thread/910kq9ghm6js0k1yhhbrdm9sf5tqq9c9)
2026-05-30.
## New Features