Skip to content

Commit f501a68

Browse files
committed
Adding more information.
1 parent eb962f4 commit f501a68

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Loading

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Keep your Magento 2 store protected from suspicious and harmful requests with Ma
99
- Magento 2.3
1010
- Magento 2.4
1111

12+
## Context
13+
14+
Have you ever seen any order like the following one in your Magento 2 website?
15+
16+
![alt text](https://github.com/magedin/magento2-module-trojan-request-blocker/blob/master/.github/assets/images/trojan_orders_in_magento2.jpg?raw=true)
17+
18+
In the fast-paced world of eCommerce, security is paramount. Recently, two of our clients, Orbus and Monkey Edge, encountered a serious security threat. Their Magento stores were targeted by trojan orders attempting to exploit vulnerabilities within Magento’s system. The attackers tried to inject malicious code through customer fields, such as the First Name and Last Name fields, with the aim of executing code when rendering the page.
19+
1220
## Installation
1321

1422
```bash
@@ -26,8 +34,10 @@ Keep your Magento 2 store protected from suspicious and harmful requests with Ma
2634
- [Magento 2: Fake customer order came through with weird code instead of customer name](https://magento.stackexchange.com/questions/358839/magento-2-fake-customer-order-came-through-with-weird-code-instead-of-customer)
2735
- [Despite "Allow Guest Checkout" set to "No" it's possible to place a guest order with the guest-carts REST API #36691](https://github.com/magento/magento2/issues/36691)
2836

37+
<br>
38+
2939
<div style="text-align: center;">
30-
<a href="https://github.com/magedin/magento2-module-frenet/">
40+
<a href="https://github.com/magedin/magento2-module-trojan-request-blocker">
3141
<img src="https://raw.githubusercontent.com/magedin/assets/c0cd4f15cee6580c6c96848400cf089e91417529/images/logo/magedin_horizontal.svg?raw=true" width="200" alt="MagedIn Technology" title="MagedIn Technology"/>
3242
</a>
3343
</div>

0 commit comments

Comments
 (0)