dependabot[bot] opened a new pull request, #16480: URL: https://github.com/apache/dubbo/pull/16480
Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 2.16.0 to 2.16.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AsyncHttpClient/async-http-client/releases">org.asynchttpclient:async-http-client's releases</a>.</em></p> <blockquote> <h2>AHC v2.16.1 Release</h2> <h2>Security</h2> <ul> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-3wp9-xfwm-rjjf">GHSA-3wp9-xfwm-rjjf</a> - WebSocket proxy credentials sent to the origin server over a CONNECT tunnel</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-7grg-jcf7-rpmx">GHSA-7grg-jcf7-rpmx</a> - Unbounded HTTP/1.1 response decompression enables a decompression-bomb denial of service</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-cf59-3jcr-vfhw">GHSA-cf59-3jcr-vfhw</a> - Resumable download index store is created world-readable and follows a planted symlink</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-f8m2-889x-vw4x">GHSA-f8m2-889x-vw4x</a> - Client-wide realm credentials re-sent to a cross-origin redirect target</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-f9m8-cv68-674w">GHSA-f9m8-cv68-674w</a> - Cookie Domain attribute is not checked against the public suffix list, so a cookie can be set for co.uk</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-jmqq-x5g9-9p2w">GHSA-jmqq-x5g9-9p2w</a> - Replay to a different host sends the original host request and credentials to the new host</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-mfj3-87qq-382v">GHSA-mfj3-87qq-382v</a> - Digest authentication cnonce generated with a non-cryptographic random source</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-qpfv-56x8-xgx4">GHSA-qpfv-56x8-xgx4</a> - URL userinfo credentials sent to the HTTP proxy in the request line</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-rqf5-2wxv-rjf4">GHSA-rqf5-2wxv-rjf4</a> - Digest challenge without a usable nonce downgrades to Basic and sends the password in cleartext</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-rwhr-j9rv-85f8">GHSA-rwhr-j9rv-85f8</a> - WebSocket handshake continues after a failed Sec-WebSocket-Accept check</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-v9f2-7rw2-gr2x">GHSA-v9f2-7rw2-gr2x</a> - Origin credentials sent in cleartext to a proxy that rejects the CONNECT</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-vvp4-63h8-v5pm">GHSA-vvp4-63h8-v5pm</a> - Connection pool key omits the authenticated principal, so an NTLM or Negotiate connection is reused across identities</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-x5w6-vm3f-pp6f">GHSA-x5w6-vm3f-pp6f</a> - SOCKS proxy credentials sent to the origin server over plaintext HTTP</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-xr57-gcx8-52hf">GHSA-xr57-gcx8-52hf</a> - Origin credentials sent to the proxy on the plaintext CONNECT request</li> </ul> <h3>Behaviour changes</h3> <ul> <li>A Digest challenge carrying no nonce now selects Digest rather than Basic. Such an exchange previously appeared to work because the client answered in Basic, and it will now fail. It was sending the password in the clear.</li> <li>NTLM and Negotiate connections are pooled per principal, so an application authenticating as several identities against one host holds more connections than before.</li> <li>A cookie whose <code>Domain</code> names a public suffix is refused. A host whose own name is a public suffix, such as the short names Docker Compose and Kubernetes hand out, can still set a cookie for itself.</li> <li>A <code>ResponseFilter</code> that replays onto a different host no longer carries the first origin's realm to the new one. A client-wide realm no longer follows a cross-host replay.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/d1f0ccec417092098d40242fee7dfac84bb3c21f"><code>d1f0cce</code></a> Refuse a cookie whose Domain names a public suffix</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/73813babf51231ee79f7da4f07b777f19f48d34d"><code>73813ba</code></a> Keep a connection authenticated by one principal away from another</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/bbc31aed3b044f9f7a126cf689a8c8d7ad2ae1cb"><code>bbc31ae</code></a> Move the target and the proxy together when a request is replayed</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/c8d639bf6ac341d377d610a93570bcd15565f1a6"><code>c8d639b</code></a> Fail a Digest challenge with no usable nonce instead of downgrading to Basic</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/0d74898c4ac929d160da17663951b9c95ddc634e"><code>0d74898</code></a> Assert the Negotiate service name without initialising Kerberos</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/1b701ada7ee10bf25bf3be98a58b35479c5df973"><code>1b701ad</code></a> Trigger CI on the 2.x branch and on demand</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/202281cf56133930c3a70b37fc686fb8e773aebd"><code>202281c</code></a> Describe the 401 handler framing by what was measured</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/9411cf1db3f2220abe164851c3cda9969c2f1bfe"><code>9411cf1</code></a> Release 2.16.1 as a concrete version, not a snapshot</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/abaa8bd260beda3b85825ff95069ed11eaf4ca8d"><code>abaa8bd</code></a> Answer a 407 only when the proxy is the one that wrote it</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/443a86c29683163dd956377555efd40392e52751"><code>443a86c</code></a> Close the plaintext socket a proxy refused to turn into a tunnel</li> <li>Additional commits viewable in <a href="https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-2.16.0...async-http-client-project-2.16.1">compare view</a></li> </ul> </details> <br /> [](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 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) </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
