Skip to content

Commit 8563aa4

Browse files
committed
fix missing commands in denylist by allowing all (#4922)
1 parent 76c6783 commit 8563aa4

File tree

1 file changed

+9
-39
lines changed

1 file changed

+9
-39
lines changed

requirements.json

+9-39
Original file line numberDiff line numberDiff line change
@@ -46,77 +46,47 @@
4646
"id": "npm",
4747
"description": "Ignore the npm CLI",
4848
"os": null,
49-
"cmds": [
50-
"**/node",
51-
"**/nodejs",
52-
"**/ts-node",
53-
"**/ts-node-*"
54-
],
49+
"cmds": [],
5550
"args": [{ "args": ["*/npm-cli.js"], "position": 1}],
5651
"envars": null
5752
},
5853
{
5954
"id": "npm_symlink",
60-
"description": "Ignore the npm CLI",
55+
"description": "Ignore the npm CLI (symlink)",
6156
"os": null,
62-
"cmds": [
63-
"**/node",
64-
"**/nodejs",
65-
"**/ts-node",
66-
"**/ts-node-*"
67-
],
57+
"cmds": [],
6858
"args": [{ "args": ["*/npm"], "position": 1}],
6959
"envars": null
7060
},
7161
{
7262
"id": "yarn",
7363
"description": "Ignore the yarn CLI",
7464
"os": null,
75-
"cmds": [
76-
"**/node",
77-
"**/nodejs",
78-
"**/ts-node",
79-
"**/ts-node-*"
80-
],
65+
"cmds": [],
8166
"args": [{ "args": ["*/yarn.js"], "position": 1}],
8267
"envars": null
8368
},
8469
{
8570
"id": "yarn_symlink",
86-
"description": "Ignore the yarn CLI",
71+
"description": "Ignore the yarn CLI (symlink)",
8772
"os": null,
88-
"cmds": [
89-
"**/node",
90-
"**/nodejs",
91-
"**/ts-node",
92-
"**/ts-node-*"
93-
],
73+
"cmds": [],
9474
"args": [{ "args": ["*/yarn"], "position": 1}],
9575
"envars": null
9676
},
9777
{
9878
"id": "pnpm",
9979
"description": "Ignore the pnpm CLI",
10080
"os": null,
101-
"cmds": [
102-
"**/node",
103-
"**/nodejs",
104-
"**/ts-node",
105-
"**/ts-node-*"
106-
],
81+
"cmds": [],
10782
"args": [{ "args": ["*/pnpm.cjs"], "position": 1}],
10883
"envars": null
10984
},
11085
{
11186
"id": "pnpm_symlink",
112-
"description": "Ignore the pnpm CLI",
87+
"description": "Ignore the pnpm CLI (symlink)",
11388
"os": null,
114-
"cmds": [
115-
"**/node",
116-
"**/nodejs",
117-
"**/ts-node",
118-
"**/ts-node-*"
119-
],
89+
"cmds": [],
12090
"args": [{ "args": ["*/pnpm"], "position": 1}],
12191
"envars": null
12292
}

0 commit comments

Comments
 (0)