You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno takes an interesting approach to addressing this security issue. It provides permission flags such as
--allow-read=some_folder
--allow-write
--allow-net
--allow-run
--allow-all
...
Julia can provide these kinds of flags in the future, if it wants to stay in the secure side of the things.
The text was updated successfully, but these errors were encountered:
Deno takes an interesting approach to addressing this security issue. It provides permission flags such as
--allow-read=some_folder
--allow-write
--allow-net
--allow-run
--allow-all
...
Julia can provide these kinds of flags in the future, if it wants to stay in the secure side of the things.
The text was updated successfully, but these errors were encountered: