File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -333,10 +333,10 @@ its privileges without user consent.
333
333
Deno provides a mechanism for executing subprocesses, but this requires explicit
334
334
permission from the user. This is done using the ` --allow-run ` flag.
335
335
336
- Any subprocesses you spawn in you program runs independently of the permission
337
- you granted to the parent process. This means the child processes can access
338
- system resources regardless of the permissions you granted to the Deno process
339
- that spawned it. This is often referred to as privilege escalation.
336
+ Any subprocesses you spawn from your program run independently from the
337
+ permissions granted to the parent process. This means the child processes can
338
+ access system resources regardless of the permissions you granted to the Deno
339
+ process that spawned it. This is often referred to as privilege escalation.
340
340
341
341
Because of this, make sure you carefully consider if you want to grant a program
342
342
` --allow-run ` access: it essentially invalidates the Deno security sandbox. If
You can’t perform that action at this time.
0 commit comments