dependabot[bot] opened a new pull request, #19248: URL: https://github.com/apache/pinot/pull/19248
Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 3.0.12 to 3.0.13. <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 v3.0.13 Release</h2> <h2>Security</h2> <ul> <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-jmqq-x5g9-9p2w">GHSA-jmqq-x5g9-9p2w</a> - Replay to a different host sends the original host's request and credentials to the new host</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-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-qhv6-3pmh-95q4">GHSA-qhv6-3pmh-95q4</a> - Digest mutual authentication is switched off by a peer offering qop=auth-int</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>A server offering <code>qop="auth-int"</code> and nothing else now falls back to the qop-less digest of RFC 2069, which has weaker replay protection. The client logs a warning when this happens.</li> <li><code>Realm.Builder.matchParam</code> keeps a backslash that precedes any character other than a quote or another backslash. This repairs a 3.0.12 regression that corrupted <code>DOMAIN\Users</code> to <code>DOMAINUsers</code> and broke Digest against those realms.</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> </ul> <h3>Known issues</h3> <ul> <li>Over HTTP/2, an intercepted 401 or a redirect completes the caller's future exceptionally even though the exchange succeeds on the wire. Use HTTP/1.1 where authentication or redirects are involved.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/35ad15f2f6b1788e3761b0c940a9d7ae3fe64c5d"><code>35ad15f</code></a> [maven-release-plugin] prepare release async-http-client-project-3.0.13</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/83e552e64cabab2119addb6b47f7c6482997c94e"><code>83e552e</code></a> Keep a connection authenticated by one principal away from another</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/330267895fe0bdb41bbd027ea6b151d38ee7c23d"><code>3302678</code></a> Refuse a cookie whose Domain names a public suffix</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/c363701b77d20950e9e178a485120179ce8cc066"><code>c363701</code></a> Warn when an auth-int-only challenge forces the RFC 2069 fallback</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/a5422493b638226666a1ecb5f82826c7c7845b99"><code>a542249</code></a> Stop negotiating a qop whose mutual authentication cannot be verified</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/15b254514a411623e5f1d8c99ea79c0f82f8a466"><code>15b2545</code></a> Move the target, the proxy and the pool key together when a request is replayed</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/c0fd24e642968bc8c3d65ad58022b524f5b58207"><code>c0fd24e</code></a> Disable autoPublish</li> <li><a href="https://github.com/AsyncHttpClient/async-http-client/commit/8376866aa9b5a7653ad19db9d472692f875caa83"><code>8376866</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/fc6c9b7052a0c8ccb656d333c35205642beeef24"><code>fc6c9b7</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-3.0.12...async-http-client-project-3.0.13">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]
