Commit e20bbe9
authored
Bump guzzlehttp/psr7 from 2.9.0 to 2.10.2 (#10549)
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.9.0 to
2.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/guzzle/psr7/releases">guzzlehttp/psr7's
releases</a>.</em></p>
<blockquote>
<h2>2.10.2</h2>
<h3>Security</h3>
<ul>
<li>Reject control and whitespace characters in URI host components
(GHSA-hq7v-mx3g-29hw)</li>
<li>Reject malformed Host values when constructing request URIs
(GHSA-34xg-wgjx-8xph)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Make <code>ServerRequest::fromGlobals()</code> robust against
unexpected HTTP header value types in <code>$_SERVER</code></li>
</ul>
<h2>2.10.1</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>Utils::modifyRequest()</code> with numeric header
names</li>
</ul>
<h2>2.10.0</h2>
<ul>
<li>Harden <code>ServerRequest::fromGlobals()</code> against malformed
<code>$_SERVER</code> values</li>
<li>Prevent custom stream metadata from affecting internal size
handling</li>
<li>Throw when <code>StreamWrapper::getResource()</code> cannot create a
resource</li>
<li>Preserve custom request implementations in
<code>Utils::modifyRequest()</code></li>
<li>Preserve custom URI implementations in
<code>UriResolver::resolve()</code></li>
<li>Make <code>Uri::__toString()</code> side-effect-free</li>
</ul>
<h2>2.9.1</h2>
<ul>
<li>Fix parsing of relative path references containing a colon in a
non-initial path segment</li>
<li>Fix <code>CachingStream::detach()</code> returning an incomplete
resource before the decorated stream has been fully read</li>
<li>Fix <code>Message::bodySummary()</code> returning <code>null</code>
when truncating printable UTF-8 bodies inside a multibyte character</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/guzzle/psr7/blob/2.11/CHANGELOG.md">guzzlehttp/psr7's
changelog</a>.</em></p>
<blockquote>
<h2>2.10.2 - 2026-05-25</h2>
<h3>Security</h3>
<ul>
<li>Reject control and whitespace characters in URI host components
(GHSA-hq7v-mx3g-29hw)</li>
<li>Reject malformed Host values when constructing request URIs
(GHSA-34xg-wgjx-8xph)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Make <code>ServerRequest::fromGlobals()</code> robust against
unexpected HTTP header value types in <code>$_SERVER</code></li>
</ul>
<h2>2.10.1 - 2026-05-20</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>Utils::modifyRequest()</code> with numeric header
names</li>
</ul>
<h2>2.10.0 - 2026-05-19</h2>
<h3>Changed</h3>
<ul>
<li>Harden <code>ServerRequest::fromGlobals()</code> against malformed
<code>$_SERVER</code> values</li>
<li>Prevent custom stream metadata from affecting internal size
handling</li>
<li>Throw when <code>StreamWrapper::getResource()</code> cannot create a
resource</li>
<li>Preserve custom request implementations in
<code>Utils::modifyRequest()</code></li>
<li>Preserve custom URI implementations in
<code>UriResolver::resolve()</code></li>
<li>Make <code>Uri::__toString()</code> side-effect-free</li>
</ul>
<h2>2.9.1 - 2026-05-19</h2>
<h3>Fixed</h3>
<ul>
<li>Fix parsing of relative path references containing a colon in a
non-initial path segment</li>
<li>Fix <code>CachingStream::detach()</code> returning an incomplete
resource before the decorated stream has been fully read</li>
<li>Fix <code>Message::bodySummary()</code> returning <code>null</code>
when truncating printable UTF-8 bodies inside a multibyte character</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/guzzle/psr7/commit/a1bbdc172f32a25fe999965b65b6e71fd87da9ed"><code>a1bbdc1</code></a>
Release 2.10.2</li>
<li><a
href="https://github.com/guzzle/psr7/commit/c68fe44ea6b56eb0a7ebdeb9012fb7efbc37c2d3"><code>c68fe44</code></a>
Reject malformed Host authorities (<a
href="https://redirect.github.com/guzzle/psr7/issues/717">#717</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/a0fda818b0f74482925e66e814fe9afb48fd2fa5"><code>a0fda81</code></a>
Normalize global header values (<a
href="https://redirect.github.com/guzzle/psr7/issues/718">#718</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/12caca7f2302477216a460fabf93a92659835a06"><code>12caca7</code></a>
Reject control characters in URI hosts (<a
href="https://redirect.github.com/guzzle/psr7/issues/715">#715</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/73ab136360b5dfd858006eae9795e8fe43c80361"><code>73ab136</code></a>
Release 2.10.1</li>
<li><a
href="https://github.com/guzzle/psr7/commit/52ce6eb1b89d53e03ebe574bdd97371cbb669743"><code>52ce6eb</code></a>
Fix modifyRequest with numeric header names (<a
href="https://redirect.github.com/guzzle/psr7/issues/667">#667</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/d5ddaf5743c42a61cb6100f83dc9d5a2bafe75ca"><code>d5ddaf5</code></a>
Release 2.10.0</li>
<li><a
href="https://github.com/guzzle/psr7/commit/de80dd89cc74bbf989454c700d632b87a1a1ace0"><code>de80dd8</code></a>
Throw when StreamWrapper resource creation fails (<a
href="https://redirect.github.com/guzzle/psr7/issues/662">#662</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/913f97fedb7d101d968494bdf603739bfa94169e"><code>913f97f</code></a>
Use native stream URI for size cache (<a
href="https://redirect.github.com/guzzle/psr7/issues/661">#661</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/ed659d5c2254b9d2af3a1b77257b91a4899e313c"><code>ed659d5</code></a>
Harden ServerRequest globals handling (<a
href="https://redirect.github.com/guzzle/psr7/issues/660">#660</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/guzzle/psr7/compare/2.9.0...2.10.2">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)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/aces/Loris/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5d6eae3 commit e20bbe9
1 file changed
Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments