master
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "smarty",
4)     "url": "https://www.smarty.net/",
5)     "safe": "3.1.33",
6)     "vuln": "CVE-2018-16831",
7)     "latest": "3.1.33",
8)     "thirdparty": "yes",
9)     "detection": [
10)       {
11)         "file": "Smarty.class.php",
12)         "variable": "@version",
13)         "subdir": 1
14)       }
15)     ]
Hanno Böck add phpmailer as thirdparty...

Hanno Böck authored 11 months ago

16)   },
17)   {
18)     "name": "PHPMailer",
19)     "url": "https://github.com/PHPMailer/PHPMailer",
20)     "safe": "6.5.0",
21)     "vuln": "CVE-2021-3603",
22)     "latest": "6.8.0",
23)     "thirdparty": "yes",
24)     "detection": [
25)       {
26)         "file": "PHPMailer.php",
27)         "variable": "VERSION",
28)         "subdir": 1
29)       }
30)     ]
Hanno Böck add json db

Hanno Böck authored 4 years ago

31)   }