master
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/",
Hanno Böck magento update

Hanno Böck authored 4 years ago

18)     "safe": "2.3.4",
19)     "vuln": "CVE-2020-3716",
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"
Hanno Böck add json db

Hanno Böck authored 4 years ago

39)       }
40)     ]
41)   },
42)   {
43)     "name": "zencart",
44)     "url": "http://www.zen-cart.com/",
45)     "safe": "1.3.9",
46)     "vuln": "CVE-2009-2254",
47)     "detection": [
48)       {
49)         "file": "paypaldp.php",
50)         "variable": "$this->codeVersion",
51)         "subdir": 3
52)       }
53)     ]
Hanno Böck add litecart

Hanno Böck authored 4 years ago

54)   },
55)   {
56)     "name": "litecart",
57)     "url": "https://www.litecart.net/",
58)     "safe": "2.2.2",
59)     "vuln": "CVE-2020-9018",
60)     "detection": [
61)       {
62)         "file": "app_header.inc.php",
63)         "variable": "PLATFORM_VERSION",
64)         "subdir": 1
65)       }
66)     ]
Hanno Böck add json db

Hanno Böck authored 4 years ago

67)   }