dependabot[bot] opened a new pull request, #4:
URL: https://github.com/apache/geronimo-arthur/pull/4

   Bumps [sshd-core](https://github.com/apache/mina-sshd) from 2.3.0 to 2.7.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/mina-sshd/blob/master/CHANGES.md";>sshd-core's 
changelog</a>.</em></p>
   <blockquote>
   <h1><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.3.0.md";>Version
 2.2.0 to 2.3.0</a></h1>
   <h1><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.4.0.md";>Version
 2.3.0 to 2.4.0</a></h1>
   <h1><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.5.0.md";>Version
 2.4.0 to 2.5.0</a></h1>
   <h1><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.5.1.md";>Version
 2.5.0 to 2.5.1</a></h1>
   <h1><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.6.0.md";>Version
 2.5.1 to 2.6.0</a></h1>
   <h1><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.7.0.md";>Version
 2.6.0 to 2.7.0</a></h1>
   <h1><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.8.0.md";>Version
 2.7.0 to 2.8.0</a></h1>
   <h1>Planned for next version</h1>
   <h2>Major code re-factoring</h2>
   <h2>Potential compatibility issues</h2>
   <p>Changes that may affect existing code</p>
   <h3>A <strong>new</strong> SFTP configuration property has been introduced 
that limits the maximum amount of data that can be sent in a single 
<em>SSH_FXP_WRITE</em> packet - default=256KB</h3>
   <pre lang="java"><code>    /**
        * Force the use of a max. packet length for {@link 
AbstractSftpSubsystemHelper#doWrite(Buffer, int)} protection
        * against malicious packets
        */
       public static final Property&lt;Integer&gt; MAX_WRITE_DATA_PACKET_LENGTH
               = Property.integer(&quot;sftp-max-writedata-packet-length&quot;, 
256 * 1024);
   </code></pre>
   <p>This might cause SFTP write failures for clients that might have sent 
larger buffers and they have been accepted so far. If this happens, simply 
increase
   this value (though the choice of 256KB should be compatible with the vast 
majority of clients).</p>
   <h3>SSH channel identifiers have been changed to use <em>long</em> instead 
of <em>int</em> in order to align them with the standard that required them to 
be <em>UINT32</em> values.</h3>
   <p>The relevant API(s) have been modified accordingly - which may cause a 
few incompatibility issues with code that extends/implements existing 
<code>Channel</code> classes
   and interfaces. In this context, the <em>Channel</em> interface now extends 
<em>ChannelIdentifier</em> where <em>getId()</em> has been renamed to 
<em>getChannelId()</em></p>
   <h3><em>long</em> used instead of <em>int</em> in most encoded/decoded 
packets that are specified as being <em>UINT32</em></h3>
   <p>There are several exceptions to this rule:</p>
   <ul>
   <li>
   <p>The SFTP packet <em>id</em> field - an &quot;opaque&quot; value anyway, 
not used for allocation or indexing anyway</p>
   </li>
   <li>
   <p>Various flags and mask field - there is no reason to encapsulate them 
into a <em>long</em> value since they do not represent a cardinal number of 32 
bits</p>
   </li>
   <li>
   <p>Various status code fields - ditto.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/2772c7c8f6afb8c53546ca803501f52118bd0491";><code>2772c7c</code></a>
 [maven-release-plugin] prepare release sshd-2.7.0</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/c5500e9da63b8d756ac46cf70ff260ded8ec9e23";><code>c5500e9</code></a>
 Add changelog for 2.7.0</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/9a724be5b3c762f4845a802adc5f535c83473469";><code>9a724be</code></a>
 [SSHD-525] Server side implementation of <a 
href="mailto:posix-ren...@openssh.com";>posix-ren...@openssh.com</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/4dad0d7059b35fc497e2be6613f4762810a6a173";><code>4dad0d7</code></a>
 [SSHD-1145] Deprecate ReflectionUtils#isClassAvailable and use 
ThreadUtils#re...</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/db7cbdc5c0c51a0b444628357a3d45aa803285d6";><code>db7cbdc</code></a>
 [SSHD-1158] Don't send channel EOF after having received channel CLOSE</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/60b50f918198cfb7b040bb125676176b991bc5b6";><code>60b50f9</code></a>
 [SSHD-1141] DefaultClientKexExtensionHandler: ensure list is modifiable</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/797d887d1ec4db4c5d7722acf61bbc57f6652eab";><code>797d887</code></a>
 Updated Netty version to 4.1.63</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/4bfeca39471b90f35a59072460658731fd83b2c3";><code>4bfeca3</code></a>
 Updated PMD version to 6.33.0</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/f7a2ae35472d29b7c30a368d3b134cb65439b897";><code>f7a2ae3</code></a>
 Updated Checkstyle version to 8.41.1</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/0a3f5da77114a1a68aff0322206435a4a563c8f7";><code>0a3f5da</code></a>
 Updated Spring Core version to 5.3.6</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/mina-sshd/compare/sshd-2.3.0...sshd-2.7.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.sshd:sshd-core&package-manager=maven&previous-version=2.3.0&new-version=2.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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/apache/geronimo-arthur/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@geronimo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to