442c4f69c316bbb6e89f95bf4d05b02de66e1873
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "FreeWebshop",
4)     "url": "http://www.freewebshop.org/",
5)     "safe": "2.2.7",
6)     "vuln": "CVE-2007-6711",
7)     "detection": [
8)       {
9)         "file": "subs.inc.php",
10)         "variable": "$version",
11)         "subdir": 1
12)       }
13)     ]
14)   },
15)   {
Hanno Böck magento update and merge mu...

Hanno Böck authored 4 years ago

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",
Hanno Böck add json db

Hanno Böck authored 4 years ago

20)     "detection": [
21)       {
22)         "file": "Mage.php",
23)         "variable": "return '",
Hanno Böck magento update and merge mu...

Hanno Böck authored 4 years ago

24)         "subdir": 1,
25)         "note": "old 1.x"
26)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

27)       {
28)         "file": "RELEASE_NOTES.txt",
29)         "variable": "====",
Hanno Böck magento update and merge mu...

Hanno Böck authored 4 years ago

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"