-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
55 lines (55 loc) · 2.4 KB
/
test.json
File metadata and controls
55 lines (55 loc) · 2.4 KB
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
{
"Nodes Risk Report": {
"risk": "nodes",
"sections": [
{
"title": "Official risky nodes",
"description": "These nodes are part of n8n's official nodes and may be used to fetch and run any arbitrary code in the host system. This may lead to exploits such as remote code execution.",
"recommendation": "Consider reviewing the parameters in these nodes, replacing them with app nodes where possible, and not loading unneeded node types with the NODES_EXCLUDE environment variable. See: https: //docs.n8n.io/reference/environment-variables.html",
"location": [
{
"kind": "node",
"workflowId": "Ykk131dxUNmF9Luv",
"workflowName": "HTTP Request Demo SDK",
"nodeId": "code",
"nodeName": "Code",
"nodeType": "n8n-nodes-base.code"
},
{
"kind": "node",
"workflowId": "Ykk131dxUNmF9Luv",
"workflowName": "HTTP Request Demo SDK",
"nodeId": "http",
"nodeName": "HTTP Request",
"nodeType": "n8n-nodes-base.httpRequest"
}
]
}
]
},
"Instance Risk Report": {
"risk": "instance",
"sections": [
{
"title": "Security settings",
"description": "This n8n instance has the following security settings.",
"recommendation": "Consider adjusting the security settings for your n8n instance based on your needs. See: https://docs.n8n.io/reference/environment-variables.html",
"settings": {
"features": {
"communityPackagesEnabled": true,
"versionNotificationsEnabled": true,
"templatesEnabled": true,
"publicApiEnabled": true
},
"nodes": {
"nodesExclude": "n8n-nodes-base.e2eTest",
"nodesInclude": "none"
},
"telemetry": {
"diagnosticsEnabled": true
}
}
}
]
}
}