Commit 21adfd9
authored
docs: note that script edit access is code execution on the host (#1472)
Custom JWT and Actions scripts run inside the self-hosted Logto server
process with its privileges, so granting script edit or test access is
equivalent to code execution on the Logto host and the Admin Console
should not be shared with untrusted users.
The Actions warning also described the old `node:vm` runtime; scripts
now run on a worker thread whose time and memory bounds contain runaway
scripts but are not a security boundary.1 parent 6d4e12f commit 21adfd9
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments