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
(+) Permissions can be handled more fine grained inside plugin (useful if plugin uses libraries)
(-) Lots of extra argument
Or: Specify permissions for entire wasm module
(+) Simpler
Allow passing of permissions between plugins?
E.g. Plugin A with permission to read specific folder calls function from plugin B without any permissions but utility functions for reading files and passes it the permission for specific folder
The text was updated successfully, but these errors were encountered:
Plugins should only be allowed to perform certain actions when the user gives explicit permission.
The permissions should be very fine grained.
*
(depends on Implement secret detection and hiding #18)Open questions:
The text was updated successfully, but these errors were encountered: