Skip to content

v0.62.6

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:26
· 2 commits to main since this release

Security fixes

GHSA-g6xm-f9xp-qq35 - server-side max_auth_attempts was not enforced - f8fd0b1

Config::max_auth_attempts was not being properly enforced by russh server implementation.

Fixes

  • c66837e: Fix deadlock when handling open channel on contended handler (#734) (Eric Rodrigues Pires) #734

Changes