Skip to content

Commit 27f39b7

Browse files
committed
Adding more information.
Improvements.
1 parent eb962f4 commit 27f39b7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Loading

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ 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.
19+
Recently some Magento 2 websites encountered a serious security threat.
20+
Their Magento stores were targeted by trojan orders attempting to exploit vulnerabilities within Magento’s system.
21+
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.
22+
1223
## Installation
1324

1425
```bash
@@ -26,8 +37,10 @@ Keep your Magento 2 store protected from suspicious and harmful requests with Ma
2637
- [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)
2738
- [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)
2839

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

0 commit comments

Comments
 (0)