-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.42 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "wubinworks/module-cosmic-sting-patch",
"description": "Another way(as an extension) to fix CVE-2024-34102(XXE vulnerability) with extra XML Security enhancement. If you cannot upgrade Magento or cannot apply the official patch, this one is an alternative solution.",
"keywords": [
"cve-2024-34102",
"cosmic sting",
"cosmicsting",
"magento2",
"magento 2",
"xxe",
"xml entity",
"xml",
"security",
"xml security"
],
"homepage": "https://www.wubinworks.com",
"support": {
"issues": "https://github.com/wubinworks/magento2-cosmic-sting-patch/issues",
"chat": "https://www.wubinworks.com/contact"
},
"require": {
"php": ">=7.1",
"wubinworks/module-xml-security": "^1.0.1",
"magento/magento2-base": "~2.3.0 || ~2.4.0"
},
"type": "magento2-module",
"version": "1.1.0",
"license": "OSL-3.0",
"authors": [
{
"name": "Wubinworks Dev Team",
"email": "extension@wubinworks.com",
"homepage": "https://www.wubinworks.com/cosmic-sting-patch.html",
"role": "Developer"
}
],
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Wubinworks\\CosmicStingPatch\\": ""
}
}
}