node 24 introduced a new permissions model (inspired by deno?)
You can do things like limit what env vars are available to the process or block access to the file system. Both of these things could be important security updates to the worker.
https://nodejs.org/api/permissions.html
node 24 introduced a new permissions model (inspired by deno?)
You can do things like limit what env vars are available to the process or block access to the file system. Both of these things could be important security updates to the worker.
https://nodejs.org/api/permissions.html