-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Backport security fixes to 2.0.49.x line #20183
Conversation
rob006
commented
Jun 3, 2024
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Fixed issues | GHSA-cjcc-p67m-7qxm, GHSA-qg5r-95m4-mjgj |
* Fix: Unsafe Reflection in base Component class * Fix style for consistency * add changelog entry * Fix wrong logic * Fix exception message * Update framework/CHANGELOG.md --------- Co-authored-by: Stefano Mtangoo <stefano@hosannahighertech.co.tz> Co-authored-by: Alexander Makarov <sam@rmcreative.ru> (cherry picked from commit 628d406)
* Hotfix: Reflected XSS in Debug mode * Added entry for the security issue GHSA-qg5r-95m4-mjgj to the CHANGELOG * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Alexander Makarov <sam@rmcreative.ru> (cherry picked from commit f7baab1)
(cherry picked from commit ff3aee3)
@samdark Affected versions should be updated: For GHSA-cjcc-p67m-7qxm it should be Right now dependabot is proposing updating to |
Thanks! |
@samdark Does this mean there will be a 2.0.49.4 version offered up containing only the security changes? We've been following this and are holding off on updating to 2.0.50 in case a fixed version is offered with the isolated changes. |
Yes |
Yes. |
Done. |