CZERTAINLY / CZERTAINLY-Keystore-Entity-Provider

MIT License
1 stars 0 forks source link

Bump sshd-core from 2.5.1 to 2.7.0 #27

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sshd-core from 2.5.1 to 2.7.0.

Changelog

Sourced from sshd-core's changelog.

Version 2.5.0 to 2.5.1

Version 2.5.1 to 2.6.0

Version 2.6.0 to 2.7.0

Version 2.7.0 to 2.8.0

Version 2.8.0 to 2.9.0

Version 2.9.0 to 2.9.1

Version 2.9.1 to 2.9.2

Planned for next version

Bug fixes

  • GH-268 (Regression in 2.9.0) Heartbeat should throw an exception if no reply arrives within the timeout.

  • GH-275 SFTP: be more lenient when reading SSH_FXP_STATUS replies.

  • GH-282 Correct setting file permissions on newly written host key files on Windows.

  • GH-283 Fix handling of CoreModuleProperties.PASSWORD_PROMPTS.

  • GH-285 Fix compilation failure on Java 19.

  • GH-293 Handle SFTP buffer sizes larger than the server limit better.

  • GH-294 Fix memory leak in SftpFileSystemProvider.

  • GH-297 Auto-configure file password provider for reading encrypted SSH keys.

  • GH-298 Server side heartbeat not working.

  • GH-300 Read the channel id in SSH_MSG_CHANNEL_OPEN_CONFIRMATION as unsigned int.

  • GH-313 Log exceptions in the SFTP subsystem before sending a failure status reply.

  • SSHD-1315 Do not log sensitive data at log level TRACE.

  • SSHD-1316 Possible OOM in ChannelPipedInputStream (fix channel window).

  • SSHD-1319 Use position in SftpRemotePathChannel.transferFrom().

Major code re-factoring

Potential compatibility issues

Minor code helpers

Behavioral changes and enhancements

  • CoreModuleProperties.PASSWORD_PROMPTS is now also used for password authentication. Previous versions used it only for keyboard-interactive authentication. The semantics has been clarified to be the equivalent of the OpenSSH configuration NumberOfPasswordPrompts, which is actually the number of authentication attempts. (In keyboard-interactive authentication, there may be several prompts per authentication attempt.) Only interactive authentication attempts using UserInteraction count towards the limit. Attempts fulfilled by explicitly provided passwords (via session.addPasswordIdentity() or session.setPasswordIdentityProvider()) are not counted. The default value of the property is unchanged and is 3, as in OpenSSH. The limit is applied independently for both authentication mechanisms: with the default setting, there can be three keyboard-interactive authentication attempts, plus three

... (truncated)

Commits
  • 2772c7c [maven-release-plugin] prepare release sshd-2.7.0
  • c5500e9 Add changelog for 2.7.0
  • 9a724be [SSHD-525] Server side implementation of posix-rename@openssh.com
  • 4dad0d7 [SSHD-1145] Deprecate ReflectionUtils#isClassAvailable and use ThreadUtils#re...
  • db7cbdc [SSHD-1158] Don't send channel EOF after having received channel CLOSE
  • 60b50f9 [SSHD-1141] DefaultClientKexExtensionHandler: ensure list is modifiable
  • 797d887 Updated Netty version to 4.1.63
  • 4bfeca3 Updated PMD version to 6.33.0
  • f7a2ae3 Updated Checkstyle version to 8.41.1
  • 0a3f5da Updated Spring Core version to 5.3.6
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/3KeyCompany/CZERTAINLY-Keystore-Entity-Provider/network/alerts).