Skip to content

Commit 6370b68

Browse files
dandvthisisjofrank
andauthored
Fix typo in security.md (#1314)
Co-authored-by: Jo Franchetti <jofranchetti@gmail.com>
1 parent 9137c5a commit 6370b68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runtime/fundamentals/security.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ its privileges without user consent.
333333
Deno provides a mechanism for executing subprocesses, but this requires explicit
334334
permission from the user. This is done using the `--allow-run` flag.
335335

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.
340340

341341
Because of this, make sure you carefully consider if you want to grant a program
342342
`--allow-run` access: it essentially invalidates the Deno security sandbox. If

0 commit comments

Comments
 (0)