dependabot[bot] opened a new pull request, #460:
URL: https://github.com/apache/doris-opentelemetry-demo/pull/460

   Bumps [puma](https://github.com/puma/puma) from 6.4.0 to 7.2.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/puma/puma/releases";>puma's 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.2.1</h2>
   <ul>
   <li>Bugfixes
   <ul>
   <li>Limit and anchor PROXY protocol v1 parsing to prevent abuse via crafted 
inputs (<a 
href="https://redirect.github.com/puma/puma/issues/3947";>#3947</a>)</li>
   <li>Parse PROXY protocol only once per connection to prevent injection on 
keep-alive requests (<a 
href="https://redirect.github.com/puma/puma/issues/3947";>#3947</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>Security advisories</h2>
   <ul>
   <li><a 
href="https://github.com/puma/puma/security/advisories/GHSA-qpgp-93vx-g8v8";>CVE-2026-47736
 / GHSA-qpgp-93vx-g8v8</a>: Puma PROXY Protocol v1 Parser Allows Remote Memory 
Exhaustion</li>
   <li><a 
href="https://github.com/puma/puma/security/advisories/GHSA-2vqw-3mp8-cgmx";>CVE-2026-47737
 / GHSA-2vqw-3mp8-cgmx</a>: Puma PROXY Protocol v1 Accepts Repeated Protocol 
Headers on Persistent Connections</li>
   </ul>
   <h2>v7.2.0 - On The Corner</h2>
   <ul>
   <li>
   <p>Features</p>
   <ul>
   <li>Add workers <code>:auto</code> (<a 
href="https://redirect.github.com/puma/puma/issues/3827";>#3827</a>)</li>
   <li>Make it possible to restrict control server commands to stats (<a 
href="https://redirect.github.com/puma/puma/issues/3787";>#3787</a>)</li>
   </ul>
   </li>
   <li>
   <p>Bugfixes</p>
   <ul>
   <li>Don't break if <code>WEB_CONCURRENCY</code> is set to a blank string (<a 
href="https://redirect.github.com/puma/puma/issues/3837";>#3837</a>)</li>
   <li>Don't share server between worker 0 and descendants on refork (<a 
href="https://redirect.github.com/puma/puma/issues/3602";>#3602</a>)</li>
   <li>Fix phase check race condition in 
<code>Puma::Cluster#check_workers</code> (<a 
href="https://redirect.github.com/puma/puma/issues/3690";>#3690</a>)</li>
   <li>Fix advertising of CLI config before config files are loaded (<a 
href="https://redirect.github.com/puma/puma/issues/3823";>#3823</a>)</li>
   </ul>
   </li>
   <li>
   <p>Performance</p>
   <ul>
   <li>17% faster HTTP parsing through pre-interning env keys (<a 
href="https://redirect.github.com/puma/puma/issues/3825";>#3825</a>)</li>
   <li>Implement <code>dsize</code> and <code>dcompact</code> functions for 
<code>Puma::HttpParser</code>, which makes Puma's C-extension GC-compactible 
(<a href="https://redirect.github.com/puma/puma/issues/3828";>#3828</a>)</li>
   </ul>
   </li>
   <li>
   <p>Refactor</p>
   <ul>
   <li>Remove <code>NoMethodError</code> rescue in 
<code>Reactor#select_loop</code> (<a 
href="https://redirect.github.com/puma/puma/issues/3831";>#3831</a>)</li>
   <li>Various cleanups in the C extension (<a 
href="https://redirect.github.com/puma/puma/issues/3814";>#3814</a>)</li>
   <li>Monomorphize <code>handle_request</code> return (<a 
href="https://redirect.github.com/puma/puma/issues/3802";>#3802</a>)</li>
   </ul>
   </li>
   <li>
   <p>Docs</p>
   <ul>
   <li>Change link to <code>docs/deployment.md</code> in <code>README.md</code> 
(<a href="https://redirect.github.com/puma/puma/issues/3848";>#3848</a>)</li>
   <li>Fix formatting for each signal description in signals.md (<a 
href="https://redirect.github.com/puma/puma/issues/3813";>#3813</a>)</li>
   <li>Update deployment and Kubernetes docs with Puma configuration tips (<a 
href="https://redirect.github.com/puma/puma/issues/3807";>#3807</a>)</li>
   <li>Rename master to main (<a 
href="https://redirect.github.com/puma/puma/issues/3809";>#3809</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3808";>#3808</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3800";>#3800</a>)</li>
   <li>Fix some minor typos in the docs (<a 
href="https://redirect.github.com/puma/puma/issues/3804";>#3804</a>)</li>
   <li>Add <code>GOVERNANCE.md</code>, <code>MAINTAINERS</code> (<a 
href="https://redirect.github.com/puma/puma/issues/3826";>#3826</a>)</li>
   <li>Remove Code Climate badge (<a 
href="https://redirect.github.com/puma/puma/issues/3820";>#3820</a>)</li>
   <li>Add <a href="https://github.com/joshuay03";><code>@​joshuay03</code></a> 
to the maintainer list</li>
   </ul>
   </li>
   <li>
   <p>CI</p>
   <ul>
   <li>Use Minitest 6 where applicable (<a 
href="https://redirect.github.com/puma/puma/issues/3859";>#3859</a>)</li>
   <li>Many test suite improvements and flake fixes (<a 
href="https://redirect.github.com/puma/puma/issues/3861";>#3861</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3863";>#3863</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3860";>#3860</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3852";>#3852</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3857";>#3857</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3856";>#3856</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3845";>#3845</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3843";>#3843</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3842";>#3842</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3841";>#3841</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3822";>#3822</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3817";>#3817</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3764";>#3764</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v7.1.0</h2>
   <h2>7.1.0 / 2025-10-16 - Neon Witch</h2>
   <p><img 
src="https://github.com/user-attachments/assets/6f013211-35fb-46ce-84d8-00794e020294";
 alt="neon_witch" /></p>
   <ul>
   <li>Features</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/puma/puma/blob/main/History.md";>puma's 
changelog</a>.</em></p>
   <blockquote>
   <h2>7.2.1 / 2026-05-27</h2>
   <ul>
   <li>Bugfixes
   <ul>
   <li>Limit and anchor PROXY protocol v1 parsing to prevent abuse via crafted 
inputs (<a 
href="https://redirect.github.com/puma/puma/issues/3947";>#3947</a>)</li>
   <li>Parse PROXY protocol only once per connection to prevent injection on 
keep-alive requests (<a 
href="https://redirect.github.com/puma/puma/issues/3947";>#3947</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>7.2.0 / 2026-01-20</h2>
   <ul>
   <li>
   <p>Features</p>
   <ul>
   <li>Add workers <code>:auto</code> (<a 
href="https://redirect.github.com/puma/puma/issues/3827";>#3827</a>)</li>
   <li>Make it possible to restrict control server commands to stats (<a 
href="https://redirect.github.com/puma/puma/issues/3787";>#3787</a>)</li>
   </ul>
   </li>
   <li>
   <p>Bugfixes</p>
   <ul>
   <li>Don't break if <code>WEB_CONCURRENCY</code> is set to a blank string (<a 
href="https://redirect.github.com/puma/puma/issues/3837";>#3837</a>)</li>
   <li>Don't share server between worker 0 and descendants on refork (<a 
href="https://redirect.github.com/puma/puma/issues/3602";>#3602</a>)</li>
   <li>Fix phase check race condition in 
<code>Puma::Cluster#check_workers</code> (<a 
href="https://redirect.github.com/puma/puma/issues/3690";>#3690</a>)</li>
   <li>Fix advertising of CLI config before config files are loaded (<a 
href="https://redirect.github.com/puma/puma/issues/3823";>#3823</a>)</li>
   </ul>
   </li>
   <li>
   <p>Performance</p>
   <ul>
   <li>17% faster HTTP parsing through pre-interning env keys (<a 
href="https://redirect.github.com/puma/puma/issues/3825";>#3825</a>)</li>
   <li>Implement <code>dsize</code> and <code>dcompact</code> functions for 
<code>Puma::HttpParser</code>, which makes Puma's C-extension GC-compactible 
(<a href="https://redirect.github.com/puma/puma/issues/3828";>#3828</a>)</li>
   </ul>
   </li>
   <li>
   <p>Refactor</p>
   <ul>
   <li>Remove <code>NoMethodError</code> rescue in 
<code>Reactor#select_loop</code> (<a 
href="https://redirect.github.com/puma/puma/issues/3831";>#3831</a>)</li>
   <li>Various cleanups in the C extension (<a 
href="https://redirect.github.com/puma/puma/issues/3814";>#3814</a>)</li>
   <li>Monomorphize <code>handle_request</code> return (<a 
href="https://redirect.github.com/puma/puma/issues/3802";>#3802</a>)</li>
   </ul>
   </li>
   <li>
   <p>Docs</p>
   <ul>
   <li>Change link to <code>docs/deployment.md</code> in <code>README.md</code> 
(<a href="https://redirect.github.com/puma/puma/issues/3848";>#3848</a>)</li>
   <li>Fix formatting for each signal description in signals.md (<a 
href="https://redirect.github.com/puma/puma/issues/3813";>#3813</a>)</li>
   <li>Update deployment and Kubernetes docs with Puma configuration tips (<a 
href="https://redirect.github.com/puma/puma/issues/3807";>#3807</a>)</li>
   <li>Rename master to main (<a 
href="https://redirect.github.com/puma/puma/issues/3809";>#3809</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3808";>#3808</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3800";>#3800</a>)</li>
   <li>Fix some minor typos in the docs (<a 
href="https://redirect.github.com/puma/puma/issues/3804";>#3804</a>)</li>
   <li>Add <code>GOVERNANCE.md</code>, <code>MAINTAINERS</code> (<a 
href="https://redirect.github.com/puma/puma/issues/3826";>#3826</a>)</li>
   <li>Remove Code Climate badge (<a 
href="https://redirect.github.com/puma/puma/issues/3820";>#3820</a>)</li>
   <li>Add <a href="https://github.com/joshuay03";><code>@​joshuay03</code></a> 
to the maintainer list</li>
   </ul>
   </li>
   <li>
   <p>CI</p>
   <ul>
   <li>Use Minitest 6 where applicable (<a 
href="https://redirect.github.com/puma/puma/issues/3859";>#3859</a>)</li>
   <li>Many test suite improvements and flake fixes (<a 
href="https://redirect.github.com/puma/puma/issues/3861";>#3861</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3863";>#3863</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3860";>#3860</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3852";>#3852</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3857";>#3857</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3856";>#3856</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3845";>#3845</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3843";>#3843</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3842";>#3842</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3841";>#3841</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3822";>#3822</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3817";>#3817</a>, <a 
href="https://redirect.github.com/puma/puma/issues/3764";>#3764</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>7.1.0 / 2025-10-16</h2>
   <ul>
   <li>
   <p>Features</p>
   <ul>
   <li>Introduce <code>after_worker_shutdown</code> hook (<a 
href="https://redirect.github.com/puma/puma/issues/3707";>#3707</a>)</li>
   <li>Reintroduce keepalive &quot;fast inline&quot; behavior. Provides faster 
(8x on JRuby &amp; 1.4x on Ruby) pipeline processing  (<a 
href="https://redirect.github.com/puma/puma/issues/3794";>#3794</a>)</li>
   </ul>
   </li>
   <li>
   <p>Bugfixes</p>
   <ul>
   <li>Skip reading zero bytes when request body is buffered (<a 
href="https://redirect.github.com/puma/puma/issues/3795";>#3795</a>)</li>
   <li>Fix <code>PUMA_LOG_CONFIG=1</code> logging twice with prune_bundler 
enabled (<a 
href="https://redirect.github.com/puma/puma/issues/3778";>#3778</a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/puma/puma/commit/92754ace040db67622f0e6406dea0b47c94d0139";><code>92754ac</code></a>
 Release v7.2.1 (<a 
href="https://redirect.github.com/puma/puma/issues/3948";>#3948</a>)</li>
   <li><a 
href="https://github.com/puma/puma/commit/ebe9db3929ab8299d19c8f5b41e8ef4f4b22fa58";><code>ebe9db3</code></a>
 7.2.1 backport (<a 
href="https://redirect.github.com/puma/puma/issues/3947";>#3947</a>)</li>
   <li><a 
href="https://github.com/puma/puma/commit/96b5aa63e0599e8adf971ceb57efa3cc5663f8a9";><code>96b5aa6</code></a>
 v7.2.0 (<a 
href="https://redirect.github.com/puma/puma/issues/3864";>#3864</a>)</li>
   <li><a 
href="https://github.com/puma/puma/commit/5d7d1ddb266d52abfd96d763a4870af2c3ce9d1a";><code>5d7d1dd</code></a>
 Add workers :auto (<a 
href="https://redirect.github.com/puma/puma/issues/3827";>#3827</a>)</li>
   <li><a 
href="https://github.com/puma/puma/commit/b8c4783cc1ed24300b4b940c57a5dd970db99369";><code>b8c4783</code></a>
 ci: fix ci - remove <code>append_as_bytes</code> logic, misc changes (<a 
href="https://redirect.github.com/puma/puma/issues/3861";>#3861</a>)</li>
   <li><a 
href="https://github.com/puma/puma/commit/44a3ac43a71ea1344e739275b9f55708f9e496ee";><code>44a3ac4</code></a>
 Fix PR label manager when maintainer comments [ci skip] (<a 
href="https://redirect.github.com/puma/puma/issues/3863";>#3863</a>)</li>
   <li><a 
href="https://github.com/puma/puma/commit/43f5d8935ea85d19e98459294114b31196276bc1";><code>43f5d89</code></a>
 Add GOVERNANCE.md, MAINTAINERS (<a 
href="https://redirect.github.com/puma/puma/issues/3826";>#3826</a>)</li>
   <li><a 
href="https://github.com/puma/puma/commit/21afa66798c46212ef392085cb1825c74d107810";><code>21afa66</code></a>
 Use Minitest 6 where applicable (<a 
href="https://redirect.github.com/puma/puma/issues/3859";>#3859</a>)</li>
   <li><a 
href="https://github.com/puma/puma/commit/ec7dd61cf9c5e9ec58f356ca2e32e90602de094c";><code>ec7dd61</code></a>
 ci: Update test_http11.rb for TruffleRuby - string size (<a 
href="https://redirect.github.com/puma/puma/issues/3860";>#3860</a>)</li>
   <li><a 
href="https://github.com/puma/puma/commit/fa89dbe1ce8dd8f3159363f30cecaf4338583b2c";><code>fa89dbe</code></a>
 ci: add <code>ruby 4.0</code> and <code>rails 8.1</code> (<a 
href="https://redirect.github.com/puma/puma/issues/3852";>#3852</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/puma/puma/compare/v6.4.0...v7.2.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puma&package-manager=bundler&previous-version=6.4.0&new-version=7.2.1)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/doris-opentelemetry-demo/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: [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]

Reply via email to