allegro / axion-release-plugin

Gradle release & version management plugin.
https://axion-release-plugin.readthedocs.io/
Apache License 2.0
545 stars 148 forks source link

Bump org.apache.sshd:sshd-git from 2.11.0 to 2.12.0 #702

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps org.apache.sshd:sshd-git from 2.11.0 to 2.12.0.

Release notes

Sourced from org.apache.sshd:sshd-git's releases.

Apache MINA SSHD 2.12.0

Introduced in 2.12.0

Bug Fixes

  • [GH-428/GH-392](apache/mina-sshd#428) SCP client fails silently when error signalled due to missing file or lacking permissions
  • GH-434 Ignore unknown key types from agent or in OpenSSH host keys extension

New Features

Behavioral changes and enhancements

New ScpTransferEventListener callback method

Following [GH-428/GH-392](apache/mina-sshd#428) a new handleReceiveCommandAckInfo method has been added to enable users to inspect acknowledgements of a receive related command. The user is free to inspect the command that was attempted as well as the response code and decide how to handle it - including even throwing an exception if OK status (if this makes sense for whatever reason). The default implementation checks for ERROR code and throws an exception if so.

OpenSSH protocol extension: strict key exchange

GH-445 implements an extension to the SSH protocol introduced in OpenSSH 9.6. This "strict key exchange" extension hardens the SSH key exchange against the "Terrapin attack" (CVE-2023-48795). The extension is active if both parties announce their support for it at the start of the initial key exchange. If only one party announces support, it is not activated to ensure compatibility with SSH implementations that do not implement it. Apache MINA sshd clients and servers always announce their support for strict key exchange.

New Contributors

Full Changelog: https://github.com/apache/mina-sshd/compare/sshd-2.11.0...sshd-2.12.0

Changelog

Sourced from org.apache.sshd:sshd-git's changelog.

Version 2.10.0 to 2.11.0

Version 2.11.0 to 2.12.0

Planned for next version

Bug Fixes

New Features

Behavioral changes and enhancements

Potential compatibility issues

Major Code Re-factoring

Commits
  • ea45ddc [maven-release-plugin] prepare release sshd-2.12.0
  • 50b21bf Prepare changelog for release
  • b6ecfb6 Upgrade Groovy to 4.x to support building on JDK 21
  • 46cfd7a Bump logback version 1.2.11 -> 1.2.13
  • 72acfbf GH-434: skip unknown public keys from external sources
  • 72224fa Improved documentation + HOWTO for strict KEX management
  • e5c48cd Bump version to 2.12.0
  • 7b2c781 GH-445: strict KEX interoperability tests
  • 315739e GH-445: Unit tests for strict KEX
  • 6b0fd46 GH-445: OpenSSH "strict KEX" protocol extension
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ef67e30) 61.00% compared to head (3feea83) 61.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #702 +/- ## ========================================= Coverage 61.00% 61.00% Complexity 398 398 ========================================= Files 81 81 Lines 1554 1554 Branches 147 147 ========================================= Hits 948 948 Misses 535 535 Partials 71 71 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.