-
-
Notifications
You must be signed in to change notification settings - Fork 455
Closed
Labels
question/discussionFurther information is requested/discussion about a topicFurther information is requested/discussion about a topic
Description
Currently the ability to install external plugins is exposed via Flow.Launcher.Plugin.IPublicAPI.InstallPlugin(). This means any external plugins can install another plugin by calling this functionality and pass through the path to the zip file.
I think it will benefit the security of flow if we move this functionality and make it exclusive to only the default plugin that manages the installation of external plugins (in development here). This will lock down flow and allow plugins to be only installed when it is approved via the PluginsManifest repo.
What do you people think?
@Flow-Launcher/team
Metadata
Metadata
Assignees
Labels
question/discussionFurther information is requested/discussion about a topicFurther information is requested/discussion about a topic