-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-vulnerabilities.json
More file actions
41 lines (41 loc) · 947 Bytes
/
Copy pathexample-vulnerabilities.json
File metadata and controls
41 lines (41 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"express": {
"versions": ["4.16.0", "4.16.1", "4.17.0"],
"severity": "medium",
"ghsa": "GHSA-rv95-896h-c2vc",
"cve": "CVE-2022-24999",
"source": "ghsa"
},
"lodash": {
"versions_range": [">=4.17.0 <4.17.21"],
"severity": "high",
"ghsa": "GHSA-p6mc-m468-83gw",
"cve": "CVE-2020-8203",
"source": "ghsa"
},
"axios": {
"versions": ["0.21.0", "0.21.1"],
"versions_range": [">=0.18.0 <0.21.2"],
"severity": "medium",
"ghsa": "GHSA-4w2v-q235-vp99",
"cve": "CVE-2020-28168",
"source": "ghsa"
},
"@types/node": {
"versions": ["14.0.0", "14.0.1"],
"severity": "low",
"source": "custom"
},
"moment": {
"versions_range": [">=2.0.0 <2.29.4"],
"severity": "high",
"ghsa": "GHSA-8hfj-j24r-96c4",
"cve": "CVE-2022-31129",
"source": "osv"
},
"react": {
"versions": ["16.13.0", "16.13.1"],
"severity": "low",
"source": "custom"
}
}