diff --git a/README.md b/README.md index 5a9ab30..54b1ee0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ The attackers tried to inject malicious code through customer fields, such as th > php bin/magento setup:di:compile ``` +## How to Use This Extension + +To get a full explanation of what's the problem here, please refer to this blog post: + +[Protecting Your Magento Store from Trojan Orders: Introducing the Trojan Request Blocker](https://wp.me/p8DGlE-2k5) + +There you'll have a video explaining how it works and how you can use it. + ## Further Reading - [Adobe Commerce merchants to be hit with TrojanOrders this season](https://sansec.io/research/trojanorder-magento) diff --git a/composer.json b/composer.json index 03f8a88..15b46ba 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,7 @@ "type": "magento2-module", "require": { "php": "^7.4||^8.0", - "magento/framework": "*", - "magento/module-sales": "103.0.*" + "magento/framework": "*" }, "license": [ "MIT"