Fix Magento detection

main
Elbert Alias 3 years ago
parent 00256a4331
commit c9950a1aee

@ -182,7 +182,7 @@
"cpe": "cpe:/a:magento:magento", "cpe": "cpe:/a:magento:magento",
"description": "Magento is an open-source ecommerce platform written in PHP.", "description": "Magento is an open-source ecommerce platform written in PHP.",
"dom": { "dom": {
"script[data-requiremodule*='mage'], script[data-requiremodule*='Magento_'], html[data-image-optimizing-origin]": { "script[data-requiremodule*='mage/'], script[data-requiremodule*='Magento_'], html[data-image-optimizing-origin]": {
"exists": "\\;version:2" "exists": "\\;version:2"
}, },
"script[type='text/x-magento-init']": { "script[type='text/x-magento-init']": {
@ -2383,4 +2383,4 @@
], ],
"website": "https://code.google.com/p/modwsgi" "website": "https://code.google.com/p/modwsgi"
} }
} }

Loading…
Cancel
Save