denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
93.06k stars 5.14k forks source link

fix(runtime): allow r/w access to /etc without --allow-all #23718

Closed lucacasonato closed 1 week ago

lucacasonato commented 1 week ago

This is not a special path that can be used to escalate or bypass Deno permissions, such as --allow-env.

Related #23703