From 26d0fa7156ddd72d8130d96ba10f7eb9cb32c580 Mon Sep 17 00:00:00 2001 From: Tiago Sampaio Date: Wed, 14 Aug 2024 23:15:37 -0300 Subject: [PATCH] Adding more details to the documentation and changes to the composer.json file. --- README.md | 8 ++++++++ composer.json | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) 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"