mirror of
https://github.com/denoland/deno.git
synced 2025-03-05 18:37:20 -05:00

`--allow-run` even with an allow list has essentially been `--allow-all`... this locks it down more. 1. Resolves allow list for `--allow-run=` on startup to an absolute path, then uses these paths when evaluating if a command can execute. Also, adds these paths to `--deny-write` 1. Resolves the environment (cwd and env vars) before evaluating permissions and before executing a command. Then uses this environment to evaluate the permissions and then evaluate the command.
11 lines
390 B
Text
11 lines
390 B
Text
Running...
|
|
PermissionDenied: Requires run access to "[WILDLINE]deno[WILDLINE]", run again with the --allow-run flag
|
|
[WILDCARD]
|
|
at file:///[WILDLINE]/sub.ts:15:5 {
|
|
name: "PermissionDenied"
|
|
}
|
|
PermissionDenied: Requires run access to "[WILDLINE]deno[WILDLINE]", run again with the --allow-run flag
|
|
[WILDCARD]
|
|
at file:///[WILDLINE]/sub.ts:23:22 {
|
|
name: "PermissionDenied"
|
|
}
|