2884599b6633e43036483c09bbd63c7b326a7463
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "jquery-min",
4)     "url": "https://jquery.com/",
5)     "safe": "3.4.0",
6)     "vuln": "CVE-2019-11358",
7)     "latest": "3.4.1",
8)     "thirdparty": "yes",
9)     "detection": [
10)       {
11)         "file": "jquery.min.js",
12)         "variable": "/*! jQuery",
13)         "subdir": 0
14)       }
15)     ]
16)   },
17)   {
18)     "name": "jquery",
19)     "url": "https://jquery.com/",
20)     "safe": "3.4.0",
21)     "vuln": "CVE-2019-11358",
22)     "latest": "3.4.1",
23)     "thirdparty": "yes",
24)     "detection": [
25)       {
26)         "file": "jquery.js",
27)         "variable": "/*! jQuery",
28)         "subdir": 0
29)       }
30)     ]
31)   },
32)   {
33)     "name": "bootstrap",
34)     "url": "https://getbootstrap.com/",
35)     "safe": "4.3.1",
36)     "old_safe": "3.4.1",
37)     "vuln": "CVE-2019-8331",
38)     "latest": "3.4.1",
39)     "thirdparty": "yes",
40)     "detection": [
41)       {
42)         "file": "bootstrap.min.css",
43)         "variable": "* Bootstrap v",
44)         "subdir": 0
45)       }
46)     ]
Hanno Böck add moment.js

Hanno Böck authored 4 years ago

47)   },
48)   {
49)     "name": "Moment.js",
50)     "url": "https://momentjs.com/",
51)     "safe": "2.19.3",
52)     "vuln": "CVE-2017-18214",
53)     "latest": "2.24.0",
54)     "thirdparty": "yes",
55)     "detection": [
56)       {
57)         "file": "moment.js",
58)         "variable": ".version",
59)         "subdir": 0
60)       },
61)       {
62)         "file": "moment.min.js",
63)         "variable": ".version",
64)         "subdir": 0
65)       }
66)     ]