Join Nostr
2025-07-18 10:44:34 UTC

Axel Rauschmayer on Nostr: Am I getting this right? • Both Node.js and Deno grant permissions to the whole app ...

Am I getting this right?

• Both Node.js and Deno grant permissions to the whole app (network access, file access, etc.).

• Wouldn’t it be better to additionally specify permissions for dependencies? That could prevent a rogue utility library from accessing files even though the app itself is allowed to access them.