-
Notifications
You must be signed in to change notification settings - Fork 34
MAGECLOUD-4884: Update PageBuilder Patches for RCE #11
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
Conversation
| @@ -0,0 +1,1358 @@ | |||
| diff -Nuar a/vendor/magento/module-page-builder/Controller/Adminhtml/Stage/Preview.php b/vendor/magento/module-page-builder/Controller/Adminhtml/Stage/Preview.php | |||
| new file mode 100644 | |||
| index 000000000..be64e560d | |||
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 is not critical but it would be nice to remove indexes from new patches, we did this in all patches.
|
@billygilbert please fix conflict. |
patches.json
Outdated
| "2.3.2": "MDVA-22979__fix_pagebuilder_module__2.3.2.patch" | ||
| "2.3.1": "PB-319__fix_pagebuilder_module__2.3.1.patch", | ||
| "2.3.2": "PB-320__fix_pagebuilder_module__2.3.2.patch", | ||
| ">=2.3.2-p1 <=2.3.2-p2": "PB-322__fix_pagebuilder_module__2.3.2-p1.patch", |
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.
In other patches we were using <2.3.3 instead of <=2.3.2-p2. The reason is - if eventually it is re-packed for some reason, the patch needs to keep applying.
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.
@YPyltiai resolved.
|
@davemacaulay, please review |
davemacaulay
left a comment
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.
Looks good!
a86e5b9
|
QA approved |
Description
https://magento2.atlassian.net/browse/MAGECLOUD-4884
Manual testing scenarios
PB-319__fix_pagebuilder_module_2.3.1.patchis appliedPB-320__fix_pagebuilder_module__2.3.2.patchis appliedPB-322__fix_pagebuilder_module__2.3.2-p1.patchis appliedPB-322__fix_pagebuilder_module__2.3.2-p1.patchis appliedPB-323__fix_pagebuilder_module__2.3.3.patchis appliedMDVA-22979patches are never appliedContribution checklist