This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new eb5eab6d9 Mention SSHD-1324 in 2.10.0 change log eb5eab6d9 is described below commit eb5eab6d9110d881001351a3ce0ae455cd7c433f Author: Thomas Wolf <tw...@apache.org> AuthorDate: Wed May 17 22:07:04 2023 +0200 Mention SSHD-1324 in 2.10.0 change log --- docs/changes/2.10.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes/2.10.0.md b/docs/changes/2.10.0.md index 92b0ceee0..a5eec202e 100644 --- a/docs/changes/2.10.0.md +++ b/docs/changes/2.10.0.md @@ -23,6 +23,7 @@ * [SSHD-1315](https://issues.apache.org/jira/browse/SSHD-1315) Do not log sensitive data at log level `TRACE`. * [SSHD-1316](https://issues.apache.org/jira/browse/SSHD-1316) Possible OOM in `ChannelPipedInputStream` (fix channel window). * [SSHD-1319](https://issues.apache.org/jira/browse/SSHD-1319) Use position in `SftpRemotePathChannel.transferFrom()`. +* [SSHD-1324](https://issues.apache.org/jira/browse/SSHD-1324) SFTP: Rooted file system can leak information. ## Major code re-factoring