magento update and merge multidet
Hanno Böck

Hanno Böck commited on 2019-12-13 20:04:33
Zeige 1 geänderte Dateien mit 15 Einfügungen und 15 Löschungen.

... ...
@@ -13,29 +13,29 @@
13 13
     ]
14 14
   },
15 15
   {
16
-    "name": "Magento-old",
17
-    "url": "http://www.magentocommerce.com/",
18
-    "safe": "1.9.2.2",
19
-    "vuln": "CVE-2015-5161",
16
+    "name": "Magento",
17
+    "url": "https://magento.com/",
18
+    "safe": "2.3.3",
19
+    "vuln": "https://devdocs.magento.com/guides/v2.3/release-notes/release-notes-2-3-3-open-source.html",
20 20
     "detection": [
21 21
       {
22 22
         "file": "Mage.php",
23 23
         "variable": "return '",
24
-        "subdir": 1
25
-      }
26
-    ]
24
+        "subdir": 1,
25
+        "note": "old 1.x"
27 26
       },
28
-  {
29
-    "name": "Magento",
30
-    "url": "http://www.magentocommerce.com/",
31
-    "safe": "1.9.2.2",
32
-    "vuln": "CVE-2015-5161",
33
-    "note": "This does not reliably give correct version numbers, but it works for the latest versions",
34
-    "detection": [
35 27
       {
36 28
         "file": "RELEASE_NOTES.txt",
37 29
         "variable": "====",
38
-        "subdir": 0
30
+        "subdir": 0,
31
+        "note": "1.9.x"
32
+      },
33
+      {
34
+        "file": "composer.json",
35
+        "variable": "\"version\":",
36
+        "subdir": 0,
37
+        "extra_match": "\"name\": \"magento/magento2ce\",",
38
+        "note": "2.x"
39 39
       }
40 40
     ]
41 41
   },
42 42