-
Notifications
You must be signed in to change notification settings - Fork 87
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
Fix Twig security issue #328
Conversation
@odan could you please review this PR and if you agree, publish a new release ? Best, |
composer.json
Outdated
}, | ||
"require-dev": { | ||
"phpspec/prophecy-phpunit": "^2.0", | ||
"phpstan/phpstan": "^1.10.59", | ||
"phpunit/phpunit": "^9.6 || ^10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 100% sure, let me check and I'll update my branch or leave a comment here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change has been reverted, it was due to my tests.
Thanks @dfranco for the PR. I can merge it if we keep phpunit/phpunit as it was before. |
Fix Twig security issue (CVE-2024-45411) by upgrading twig/twig dependency.
phpunit/phpunit change has been reverted, this pr is ready to be merged. |
Thanks @odan Do you plan to publish a release soon ? I need to publish a security release of some of my projets which use twig-view. Best, |
Yes, its planned for today. |
Bump twig/twig dependency to version 3.11.1 to address a Twig security issue (CVE-2024-45411).
Issue already fixed, and further details are available at GHSA-6j75-5wfj-gh66
phpunit tests result