-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaudit.json
44 lines (44 loc) · 854 Bytes
/
audit.json
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
42
43
44
{
"auditReportVersion": 2,
"vulnerabilities": {
"lodash": {
"name": "lodash",
"severity": "low",
"via": [
{
"source": 1523,
"name": "lodash",
"dependency": "lodash",
"title": "Prototype Pollution",
"url": "https://npmjs.com/advisories/1523",
"severity": "low",
"range": "<4.17.19"
}
],
"effects": [],
"range": "<4.17.19",
"nodes": [
"node_modules/lodash"
],
"fixAvailable": true
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 1,
"moderate": 0,
"high": 0,
"critical": 0,
"total": 1
},
"dependencies": {
"prod": 1,
"dev": 484,
"optional": 6,
"peer": 0,
"peerOptional": 0,
"total": 484
}
}
}