Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-9455: Upgraded Twig to ^3.19.0 #411

Open
wants to merge 2 commits into
base: 1.3
Choose a base branch
from
Open

IBX-9455: Upgraded Twig to ^3.19.0 #411

wants to merge 2 commits into from

Conversation

glye
Copy link
Member

@glye glye commented Jan 30, 2025

Question Answer
JIRA issue IBX-9455
Type bug
Target Ibexa version v3.3
BC breaks no

Upgrade Twig to 3.19 due to null coalesce operator issue:
GHSA-3xg3-cgvq-2xwr

We can't require 3.19 as it doesn't support PHP 7, but that's fine because the problem is limited to >= 3.16, <3.19. PHP 7 installs 3.11.0 which is not affected.

Checklist:

  • Provided PR description.
  • Tested the solution manually.
  • Provided automated test coverage.
  • Checked that target branch is set correctly (master for features, the oldest supported for bugs).
  • Ran PHP CS Fixer for new PHP code (use $ composer fix-cs).
  • Asked for a review (ping @ezsystems/engineering-team).

@glye glye requested a review from a team January 30, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants