PHP - Symfony

symfony/symfony last check 159 releases
Notes
no notes yet
Release notes
v5.4.31 · 1y+
view on github

Changelog (https://github.com/symfony/symfony/compare/v5.4.30...v5.4.31)

  • security #cve-2023-46734 [TwigBridge] Ensure CodeExtension's filters properly escape their input (@nicolas-grekas, @GromNaN)
  • security #cve-2023-46733 [Security] Fix possible session fixation when only the token changes (@RobertMe)
  • bug #52506 [SecurityBundle] wire the secret for Symfony 6.4 compatibility (@xabbuh)
  • bug #52502 [Config] Prefixing FileExistenceResource::__toString() to avoid conflict with FileResource (@weaverryan)
  • bug #52491 [String] Method toByteString conversion using iconv is unreachable (@Vincentv92)
  • bug #52488 [HttpKernel] Fix PHP deprecation (@nicolas-grekas)
  • bug #52476 [Messenger] fix compatibility with Doctrine DBAL 4 (@xabbuh)
  • bug #52474 [HttpFoundation] ensure string type with mbstring func overloading enabled (@xabbuh)
  • bug #52457 [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL (@HypeMC)
  • bug #52443 [Yaml] Fix uid binary parsing (@mRoca)
  • bug #52444 Remove full DSNs from exception messages (@nicolas-grekas)
  • bug #52428 [HttpKernel] Preventing error 500 when function putenv is disabled (@ShaiMagal)
  • bug #52408 [Yaml] Fix block scalar array parsing (@NickSdot)
  • bug #52329 [HttpClient] Psr18Client: parse HTTP Reason Phrase for Response (@Hanmac)

[PR] https://github.com/symfony/symfony/pull/52535 [SECURITY] Security release