forked from dequelabs/axe-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.retireignore.json
70 lines (70 loc) · 1.7 KB
/
.retireignore.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{
"path": "node_modules/tough-cookie",
"justification" : "We do not make any HTTP requests"
},
{
"path": "node_modules/retire",
"justification" : "Used only for testing"
},
{
"path": "node_modules/grunt-retire",
"justification" : "Used only for testing"
},
{
"path": "node_modules/sshpk",
"justification" : "A dependency of retirejs/request"
},
{
"path": "node_modules/grunt-mocha",
"justification" : "Used only for testing"
},
{
"path": "node_modules/grunt-lib-phantomjs",
"justification" : "Used only for testing"
},
{
"path": "node_modules/request",
"justification" : "Used only for testing"
},
{
"path": "node_modules/mocha",
"justification": "Used only for testing"
},
{
"path": "node_modules/growl",
"justification": "Temporary disabling until vuln is fixed"
},
{
"path": "node_modules/phantomjs-prebuilt",
"justification": "Temporary disabling until we switch to headless chrome"
},
{
"path": "node_modules/hawk",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/cryptiles",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/sntp",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/boom",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/hoek",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/stringstream",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/grunt-contrib-watch",
"justification": "Ignoring until a new release is out"
}
]