diff --git a/runtime/fundamentals/security.md b/runtime/fundamentals/security.md index 58c9b77bd..76d317eb7 100644 --- a/runtime/fundamentals/security.md +++ b/runtime/fundamentals/security.md @@ -131,6 +131,9 @@ directories and any subdirectories in them. Definition: `--allow-read[=...]` or `-R[=...]` +PATHs may be separated by comma (`,`) characters. To include a comma character +in the PATH, it must be doubled. (Example: `this file,, contains a comma.txt`) + ```sh # Allow all reads from file system deno run -R script.ts