Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump apache-sshd from 2.11.0 to 2.12.0 #996

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps apache-sshd from 2.11.0 to 2.12.0.
Updates org.apache.sshd:sshd-core from 2.11.0 to 2.12.0

Release notes

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

Apache MINA SSHD 2.12.0

Introduced in 2.12.0

Bug Fixes

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: apache/mina-sshd@sshd-2.11.0...sshd-2.12.0

Changelog

Sourced from org.apache.sshd:sshd-core'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

Updates org.apache.sshd:sshd-sftp from 2.11.0 to 2.12.0

Release notes

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

Apache MINA SSHD 2.12.0

Introduced in 2.12.0

Bug Fixes

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: apache/mina-sshd@sshd-2.11.0...sshd-2.12.0

Changelog

Sourced from org.apache.sshd:sshd-sftp'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 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 <dependency name> 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)

@wolf4ood
Copy link
Contributor

@dependabot rebase

Bumps `apache-sshd` from 2.11.0 to 2.12.0.

Updates `org.apache.sshd:sshd-core` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.11.0...sshd-2.12.0)

Updates `org.apache.sshd:sshd-sftp` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.11.0...sshd-2.12.0)

---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-sftp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/main/apache-sshd-2.12.0 branch from a97df35 to b38f3a3 Compare January 23, 2024 14:43
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@wolf4ood wolf4ood merged commit 3f4a0b6 into main Jan 23, 2024
25 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/main/apache-sshd-2.12.0 branch January 23, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

1 participant