Skip to content

Commit

Permalink
Adding more details to the documentation and changes to the composer.…
Browse files Browse the repository at this point in the history
…json file.
  • Loading branch information
tiagosampaio committed Aug 15, 2024
1 parent 27f39b7 commit 26d0fa7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"type": "magento2-module",
"require": {
"php": "^7.4||^8.0",
"magento/framework": "*",
"magento/module-sales": "103.0.*"
"magento/framework": "*"
},
"license": [
"MIT"
Expand Down

0 comments on commit 26d0fa7

Please sign in to comment.