denoland / deno

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

bug: jupyter kernel permissions are ignored #25692

Open cs50victor opened 2 months ago

cs50victor commented 2 months ago

Version: Deno 1.46.3

deno 1.46.3 (stable, release, aarch64-apple-darwin)
v8 12.9.202.5-rusty
typescript 5.5.2

The deno kernel doesn't use Deno's permissions api.

image

satyarohith commented 2 months ago

This is currently a limitation that we mentioned in the docs.

https://docs.deno.com/runtime/reference/cli/jupyter/

Currently all code executed in the Jupyter kernel runs with --allow-all flag. This is a temporary limitation and will be addressed in the future.

We will support permissions in the future. No ETA at the moment.