Commit d1ead96
authored
Bump symfony/http-kernel from 7.4.8 to 7.4.13 (#3746)
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from
7.4.8 to 7.4.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/http-kernel/releases">symfony/http-kernel's
releases</a>.</em></p>
<blockquote>
<h2>v7.4.13</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/http-kernel/compare/v7.4.12...v7.4.13">https://github.com/symfony/http-kernel/compare/v7.4.12...v7.4.13</a>)</p>
<ul>
<li>data <a
href="https://redirect.github.com/symfony/http-kernel/issues/64372">#64372</a>
Release v7.4.13</li>
<li>bug <a
href="https://redirect.github.com/symfony/http-kernel/issues/64310">#64310</a>
Check logs priority name for both <code>WARNING</code> and
<code>warning</code> (<a
href="https://github.com/MatTheCat"><code>@MatTheCat</code></a>)</li>
<li>data <a
href="https://redirect.github.com/symfony/http-kernel/issues/64302">#64302</a>
Release v5.4.52</li>
</ul>
<h2>v7.4.12</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/http-kernel/compare/v7.4.11...v7.4.12">https://github.com/symfony/http-kernel/compare/v7.4.11...v7.4.12</a>)</p>
<ul>
<li>data <a
href="https://redirect.github.com/symfony/http-kernel/issues/64305">#64305</a>
Release v7.4.12</li>
<li>data <a
href="https://redirect.github.com/symfony/http-kernel/issues/64303">#64303</a>
Release v6.4.40</li>
<li>bug <a
href="https://redirect.github.com/symfony/http-kernel/issues/64214">#64214</a>
Preserve named-attribute override on Request/Session value resolvers (<a
href="https://github.com/nicolas-grekas"><code>@nicolas-grekas</code></a>)</li>
<li>security #cve-2026-45075 Fix HEAD requests bypassing methods filter
in <code>IsGranted</code>, <code>IsCsrfTokenValid</code> and
<code>IsSignatureValid</code> attributes (<a
href="https://github.com/nicolas-grekas"><code>@nicolas-grekas</code></a>)</li>
<li>data <a
href="https://redirect.github.com/symfony/http-kernel/issues/64200">#64200</a>
Release v6.4.39</li>
</ul>
<h2>v7.4.11</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/http-kernel/compare/v7.4.10...v7.4.11">https://github.com/symfony/http-kernel/compare/v7.4.10...v7.4.11</a>)</p>
<ul>
<li>data <a
href="https://redirect.github.com/symfony/http-kernel/issues/64201">#64201</a>
Release v7.4.11</li>
<li>bug <a
href="https://redirect.github.com/symfony/http-kernel/issues/64150">#64150</a>
Use backend-handled request for terminate listeners in HttpCache (<a
href="https://github.com/Toflar"><code>@Toflar</code></a>)</li>
<li>data <a
href="https://redirect.github.com/symfony/http-kernel/issues/64146">#64146</a>
Release v6.4.38</li>
</ul>
<h2>v7.4.10</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/http-kernel/compare/v7.4.8...v7.4.10">https://github.com/symfony/http-kernel/compare/v7.4.8...v7.4.10</a>)</p>
<ul>
<li>data <a
href="https://redirect.github.com/symfony/http-kernel/issues/64144">#64144</a>
Release v7.4.10</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/http-kernel/commit/9df847980c436451f4f51d1284491bb4356dd989"><code>9df8479</code></a>
Update VERSION for 7.4.13</li>
<li><a
href="https://github.com/symfony/http-kernel/commit/e021d02513c5b2c5fb7afbee38cc8434667a5e05"><code>e021d02</code></a>
Merge branch '6.4' into 7.4</li>
<li><a
href="https://github.com/symfony/http-kernel/commit/3629a32e442b4e1cdb16e7e1ca96220cf1346f85"><code>3629a32</code></a>
[HttpKernel][WebProfilerBundle] Check logs priority name for both
<code>WARNING</code> a...</li>
<li><a
href="https://github.com/symfony/http-kernel/commit/991b2e78f98c1276913a6178f25a02a932bfd78f"><code>991b2e7</code></a>
Bump Symfony version to 7.4.13</li>
<li><a
href="https://github.com/symfony/http-kernel/commit/7922b53e70d2ba2027af8bb6a59d91eb3541ea4d"><code>7922b53</code></a>
Update VERSION for 7.4.12</li>
<li><a
href="https://github.com/symfony/http-kernel/commit/bb9cc96b11a75ed30a013182c180f5402f1d9225"><code>bb9cc96</code></a>
Bump Symfony version to 6.4.41</li>
<li><a
href="https://github.com/symfony/http-kernel/commit/41dff5c3d03b3fa20947c552c5f6ba74ca43fa28"><code>41dff5c</code></a>
Update VERSION for 6.4.40</li>
<li><a
href="https://github.com/symfony/http-kernel/commit/952eea01d2703b0368c8c3d193b7624accccef45"><code>952eea0</code></a>
Merge branch '6.4' into 7.4</li>
<li><a
href="https://github.com/symfony/http-kernel/commit/ed497ac89b428c873e814076f4a43b8d6bb3b4a9"><code>ed497ac</code></a>
[HttpKernel] Preserve named-attribute override on Request/Session value
resol...</li>
<li><a
href="https://github.com/symfony/http-kernel/commit/32d4308c1fd42a9030d17542d9f2f9b2c19a7bd8"><code>32d4308</code></a>
security #cve-2026-45075 [Security][HttpKernel] Fix HEAD requests
bypassing m...</li>
<li>Additional commits viewable in <a
href="https://github.com/symfony/http-kernel/compare/v7.4.8...v7.4.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)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/Kitware/CDash/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 5c1840e commit d1ead96
1 file changed
Lines changed: 41 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments