Skip to content

chore(backend-deps)(deps): bump the backend-security group across 1 directory with 6 updates#32

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/backend/backend-security-464255e94c
Open

chore(backend-deps)(deps): bump the backend-security group across 1 directory with 6 updates#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/backend/backend-security-464255e94c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the backend-security group with 4 updates in the /backend directory: guzzlehttp/psr7, symfony/http-kernel, symfony/mailer and symfony/yaml.

Updates guzzlehttp/psr7 from 2.9.0 to 2.11.0

Release notes

Sourced from guzzlehttp/psr7's releases.

2.11.0

Changed

  • Changed Utils::modifyRequest() to reject conflicting URI and Host header changes in the same call
  • Changed Header::parse() to split semicolon-separated parameters without repeated regular expression lookaheads
  • Changed UriComparator::isCrossOrigin() so only HTTP and HTTPS missing ports receive implicit default ports

Deprecated

  • Deprecated invalid PSR-7 arguments that guzzlehttp/psr7 3.0 will require native types for
  • Deprecated non-string header values that guzzlehttp/psr7 3.0 will reject
  • Deprecated empty header value arrays that guzzlehttp/psr7 3.0 will reject
  • Deprecated URI schemes that do not match guzzlehttp/psr7 3.0 syntax requirements
  • Deprecated multipart boundary and custom part header metadata that guzzlehttp/psr7 3.0 will reject
  • Deprecated reliance on automatic uppercasing of request methods; guzzlehttp/psr7 3.0 preserves method casing
  • Deprecated invalid Utils::modifyRequest() change values that guzzlehttp/psr7 3.0 will reject

Fixed

  • Fixed Utils::copyToStream() to retry short destination writes instead of dropping the unwritten remainder
  • Fixed Header::parse() splitting of semicolon-separated parameters with escaped quotes

2.10.4

Fixed

  • Apply UriNormalizer percent-encoding normalizations to URI fragments
  • Make LimitStream::getSize() return 0 for slices past the underlying stream end
  • Make AppendStream::read() return an empty string when no streams are attached
  • Make CachingStream::read() throw on an incomplete cache-target write instead of silently corrupting replays
  • Prevent CachingStream::seek() from looping indefinitely when the remote stream makes no progress

2.10.3

Fixed

  • Fixed URI parsing for IPv6 literals containing embedded IPv4 addresses
  • Fixed malformed UTF-8 URI strings being parsed as empty URIs

2.10.2

Security

Fixed

  • Make ServerRequest::fromGlobals() robust against unexpected HTTP header value types in $_SERVER

2.10.1

Fixed

... (truncated)

Changelog

Sourced from guzzlehttp/psr7's changelog.

2.11.0 - 2026-06-02

Changed

  • Changed Utils::modifyRequest() to reject conflicting URI and Host header changes in the same call
  • Changed Header::parse() to split semicolon-separated parameters without repeated regular expression lookaheads
  • Changed UriComparator::isCrossOrigin() so only HTTP and HTTPS missing ports receive implicit default ports

Deprecated

  • Deprecated invalid PSR-7 arguments that guzzlehttp/psr7 3.0 will require native types for
  • Deprecated non-string header values that guzzlehttp/psr7 3.0 will reject
  • Deprecated empty header value arrays that guzzlehttp/psr7 3.0 will reject
  • Deprecated URI schemes that do not match guzzlehttp/psr7 3.0 syntax requirements
  • Deprecated multipart boundary and custom part header metadata that guzzlehttp/psr7 3.0 will reject
  • Deprecated reliance on automatic uppercasing of request methods; guzzlehttp/psr7 3.0 preserves method casing
  • Deprecated invalid Utils::modifyRequest() change values that guzzlehttp/psr7 3.0 will reject

Fixed

  • Fixed Utils::copyToStream() to retry short destination writes instead of dropping the unwritten remainder
  • Fixed Header::parse() splitting of semicolon-separated parameters with escaped quotes

2.10.4 - 2026-05-29

Fixed

  • Apply UriNormalizer percent-encoding normalizations to URI fragments
  • Make LimitStream::getSize() return 0 for slices past the underlying stream end
  • Make AppendStream::read() return an empty string when no streams are attached
  • Make CachingStream::read() throw on an incomplete cache-target write instead of silently corrupting replays
  • Prevent CachingStream::seek() from looping indefinitely when the remote stream makes no progress

2.10.3 - 2026-05-27

Fixed

  • Fixed URI parsing for IPv6 literals containing embedded IPv4 addresses
  • Fixed malformed UTF-8 URI strings being parsed as empty URIs

2.10.2 - 2026-05-25

Security

Fixed

  • Make ServerRequest::fromGlobals() robust against unexpected HTTP header value types in $_SERVER

... (truncated)

Commits
  • bbb5e61 Release 2.11.0
  • aac7d94 Restore copyToStream throws annotation (#781)
  • d6f9070 Fix copyToStream short writes (#772)
  • 844006a Merge branch '2.10' into 2.11
  • d2a1a09 Release 2.10.4
  • 89a2ce5 Merge branch '2.10' into 2.11
  • cbd42fc Throw when the CachingStream cache target does not persist a full write (#768)
  • 7853a2c Fix Header parameter splitting with escaped quotes (#744)
  • 76ea73a Merge branch '2.10' into 2.11
  • 930f155 Limit UriComparator default ports to HTTP and HTTPS (#743)
  • Additional commits viewable in compare view

Updates symfony/http-kernel from 7.4.7 to 7.4.13

Release notes

Sourced from symfony/http-kernel's releases.

v7.4.13

Changelog (symfony/http-kernel@v7.4.12...v7.4.13)

v7.4.12

Changelog (symfony/http-kernel@v7.4.11...v7.4.12)

v7.4.11

Changelog (symfony/http-kernel@v7.4.10...v7.4.11)

  • data #64201 Release v7.4.11
  • bug #64150 Use backend-handled request for terminate listeners in HttpCache (@​Toflar)
  • data #64146 Release v6.4.38

v7.4.10

Changelog (symfony/http-kernel@v7.4.8...v7.4.10)

v7.4.8

Changelog (symfony/http-kernel@v7.4.7...v7.4.8)

Commits
  • 9df8479 Update VERSION for 7.4.13
  • e021d02 Merge branch '6.4' into 7.4
  • 3629a32 [HttpKernel][WebProfilerBundle] Check logs priority name for both WARNING a...
  • 991b2e7 Bump Symfony version to 7.4.13
  • 7922b53 Update VERSION for 7.4.12
  • bb9cc96 Bump Symfony version to 6.4.41
  • 41dff5c Update VERSION for 6.4.40
  • 952eea0 Merge branch '6.4' into 7.4
  • ed497ac [HttpKernel] Preserve named-attribute override on Request/Session value resol...
  • 32d4308 security #cve-2026-45075 [Security][HttpKernel] Fix HEAD requests bypassing m...
  • Additional commits viewable in compare view

Updates symfony/mailer from 7.4.6 to 7.4.12

Release notes

Sourced from symfony/mailer's releases.

v7.4.12

Changelog (symfony/mailer@v7.4.3...v7.4.12)

v7.4.8

Changelog (symfony/mailer@v7.4.7...v7.4.8)

  • no significant changes
Commits
  • 5cefb71 Merge branch '6.4' into 7.4
  • 94fd44f Merge branch '5.4' into 6.4
  • 5b5385b [Mailer] Add end-of-options separator before recipients in SendmailTransport;...
  • 0a4f073 [7.4] Remove usages of named arguments in tests
  • e8faa33 Update XSD references in phpunit.xml.dist files
  • 2c39419 Merge branch '6.4' into 7.4
  • 602519c PHP CS Fixer: backports changes toward 6.4 branch
  • 9902e35 Merge branch '6.4' into 7.4
  • a2918c6 CS fixes - native_function_invocation & static_lambda
  • d56a83b [CS] Back config from 8.1 and apply heredoc_indentation rule
  • Additional commits viewable in compare view

Updates symfony/mime from 7.4.7 to 7.4.13

Release notes

Sourced from symfony/mime's releases.

v7.4.13

Changelog (symfony/mime@v7.4.12...v7.4.13)

v7.4.12

Changelog (symfony/mime@v7.4.9...v7.4.12)

v7.4.9

Changelog (symfony/mime@v7.4.8...v7.4.9)

v7.4.8

Changelog (symfony/mime@v7.4.7...v7.4.8)

Commits
  • a845722 Fix tests and merge resolution after merging 6.4 into 7.4
  • 25b5570 Merge branch '6.4' into 7.4
  • 7186d94 [String][Mime] Reject objects in typed-string properties during __unserialize
  • 5575d37 [Routing][RateLimiter][Mime][Security] Harden __unserialize against __toStrin...
  • b198dd6 Merge branch '6.4' into 7.4
  • 7ccfb0c Merge branch '5.4' into 6.4
  • 8f89d3a [Mime] Reject email addresses containing line breaks in Address
  • 25d9bc3 Merge branch '6.4' into 7.4
  • f2f05cb [Mime] Fix transient test
  • 2d550c4 Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

Updates symfony/polyfill-intl-idn from 1.33.0 to 1.38.1

Release notes

Sourced from symfony/polyfill-intl-idn's releases.

v1.38.1

Changelog (symfony/polyfill-intl-idn@v1.31.0...v1.38.1)

v1.37.0

Changelog (symfony/polyfill-intl-idn@v1.36.0...v1.37.0)

  • no significant changes

v1.36.0

Changelog (symfony/polyfill-intl-idn@v1.35.0...v1.36.0)

  • no significant changes

v1.35.0

Changelog (symfony/polyfill-intl-idn@v1.34.0...v1.35.0)

  • no significant changes

v1.34.0

Changelog (symfony/polyfill-intl-idn@v1.33.0...v1.34.0)

  • no significant changes
Commits
  • dc21118 [Intl][Idn] Reject xn-- labels whose Punycode payload decodes to ASCII-only
  • See full diff in compare view

Updates symfony/yaml from 7.4.6 to 7.4.13

Release notes

Sourced from symfony/yaml's releases.

v7.4.13

Changelog (symfony/yaml@v7.4.12...v7.4.13)

v7.4.12

Changelog (symfony/yaml@v7.4.11...v7.4.12)

v7.4.11

Changelog (symfony/yaml@v7.4.10...v7.4.11)

v7.4.10

Changelog (symfony/yaml@v7.4.6...v7.4.10)

v7.4.8

Changelog (symfony/yaml@v7.4.7...v7.4.8)

  • no significant changes
Commits
  • a7ec3b1 Merge branch '6.4' into 7.4
  • e8fdf34 CS fix
  • 4b5658c Merge branch '6.4' into 7.4
  • 69b7344 Merge branch '5.4' into 6.4
  • ae0bbb4 [Yaml] Allow trailing newlines after the end-of-document marker
  • 8b6952b Merge branch '6.4' into 7.4
  • 68dcd1f Merge branch '5.4' into 6.4
  • b0b2705 [Yaml] Harden the Parser::cleanup() regexes against catastrophic backtracking
  • 5a351ff [Yaml] Bound collection-alias resolution in the parser
  • e2eb64a Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…irectory with 6 updates

Bumps the backend-security group with 4 updates in the /backend directory: [guzzlehttp/psr7](https://github.com/guzzle/psr7), [symfony/http-kernel](https://github.com/symfony/http-kernel), [symfony/mailer](https://github.com/symfony/mailer) and [symfony/yaml](https://github.com/symfony/yaml).


Updates `guzzlehttp/psr7` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/2.11/CHANGELOG.md)
- [Commits](guzzle/psr7@2.9.0...2.11.0)

Updates `symfony/http-kernel` from 7.4.7 to 7.4.13
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/8.2/CHANGELOG.md)
- [Commits](symfony/http-kernel@v7.4.7...v7.4.13)

Updates `symfony/mailer` from 7.4.6 to 7.4.12
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/8.2/CHANGELOG.md)
- [Commits](symfony/mailer@v7.4.6...v7.4.12)

Updates `symfony/mime` from 7.4.7 to 7.4.13
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/8.2/CHANGELOG.md)
- [Commits](symfony/mime@v7.4.7...v7.4.13)

Updates `symfony/polyfill-intl-idn` from 1.33.0 to 1.38.1
- [Release notes](https://github.com/symfony/polyfill-intl-idn/releases)
- [Commits](symfony/polyfill-intl-idn@v1.33.0...v1.38.1)

Updates `symfony/yaml` from 7.4.6 to 7.4.13
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.2/CHANGELOG.md)
- [Commits](symfony/yaml@v7.4.6...v7.4.13)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-version: 2.11.0
  dependency-type: indirect
  dependency-group: backend-security
- dependency-name: symfony/http-kernel
  dependency-version: 7.4.13
  dependency-type: indirect
  dependency-group: backend-security
- dependency-name: symfony/mailer
  dependency-version: 7.4.12
  dependency-type: indirect
  dependency-group: backend-security
- dependency-name: symfony/mime
  dependency-version: 7.4.13
  dependency-type: indirect
  dependency-group: backend-security
- dependency-name: symfony/polyfill-intl-idn
  dependency-version: 1.38.1
  dependency-type: indirect
  dependency-group: backend-security
- dependency-name: symfony/yaml
  dependency-version: 7.4.13
  dependency-type: indirect
  dependency-group: backend-security
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant