Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-10 | fix(runtime): Allow opening /dev/fd/XXX for unix (#23743) | Matt Mastracci | |
`deno run script.ts <(some command)` is a valid use case -- let's allow this to work without `--allow-all`. Fixes #23703 | |||
2024-05-08 | fix(runtime): allow nul device on windows (#23741) | Matt Mastracci | |
Fixes [23721](https://github.com/denoland/deno/issues/23721) | |||
2024-05-07 | fix(runtime): allow r/w access to /etc without --allow-all (#23718) | Luca Casonato | |
This is not a special path that can be used to escalate or bypass Deno permissions, such as `--allow-env`. | |||
2024-05-01 | chore(cli): add permission test (#23633) | Matt Mastracci | |