Closed dszczerbinskii closed 4 months ago
This is quite urgent, I notice this module quite frequently holds us back from installing patches for Magento.
It will break the checkout due to inline-scripts and nonces if installed and not in CSP report_only mode
Is there an update or information on when a fix will be released?
Hey all, we're aware and working urgently with Adobe to help get a new build released. In the meantime, especially if you are trying to migrate to -p1 due to the recent Magento CVE -- you can manually install our extension into your App/Code directory, with significantly more lenient version restrictions than those provided by composer (*)
@sol-loup If there is a reason for this module to have constraints about Magento versions, then it seems that simply putting it in App/Code is not a sustainable solution, as it might break code. If you are sure that this does not break the code, the restrains can easily be removed, and a new version of this module can be deployed.
Are the fixes already committed? If so, a new tag and composer installation through this repository might be a solution for now.
@sol-loup If there is a reason for this module to have constraints about Magento versions, then it seems that simply putting it in App/Code is not a sustainable solution, as it might break code. If you are sure that this does not break the code, the restrains can easily be removed, and a new version of this module can be deployed.
Are the fixes already committed? If so, a new tag and composer installation through this repository might be a solution for now.
Currently Adobe's best practices recommend a cap on all dependencies, in order to ensure merchants do not install new magento versions and encounter incompatibilities (fail shut rather than fail open).
What we have found is that in particular for newer versions within the same release family (2.4.7-p* for example), this is not necessary. We are working with Adobe to release an update for this; thank you for your patience during this process.
Update for folks, version 1.3.2, with these restrictions lifted, is now available on composer
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
I can easily install this extension on the Magento 2.4.7 version.
Actual result (*)