This is an automated email from the ASF dual-hosted git repository.
tomaswolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 4dd93b937 Mention security fix
new 0f35c8201 Limit the size of SSH packets after decompression
new 708239eac Update link to .asf.yaml documentation
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 2 +-
.../sshd/common/compression/CompressionZlib.java | 27 +++++---
.../common/compression/CompresssionZlibTest.java | 74 ++++++++++++++++++++++
3 files changed, 93 insertions(+), 10 deletions(-)
create mode 100644
sshd-common/src/test/java/org/apache/sshd/common/compression/CompresssionZlibTest.java