Conversation
实现插件发布者信任与安装收据的 AES-GCM 加密存储,统一由 PluginTrustRepository 管理,弃用 JSON 文件并支持数据迁移。插件安装、卸载、信任操作均更新受保护状态,安装生成内容哈希收据并启动校验,防止篡改与绕过。禁止 CLI 直装插件,强制走宿主流程。完善单元测试,增强依赖注入与 API,优化 ZIP 解包安全性,控制台输出统一公钥指纹。全面提升插件信任体系安全性与健壮性。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
实现插件发布者信任与安装收据的 AES-GCM 加密存储,统一由 PluginTrustRepository 管理,弃用 JSON 文件并支持数据迁移。插件安装、卸载、信任操作均更新受保护状态,安装生成内容哈希收据并启动校验,防止篡改与绕过。禁止 CLI 直装插件,强制走宿主流程。完善单元测试,增强依赖注入与 API,优化 ZIP 解包安全性,控制台输出统一公钥指纹。全面提升插件信任体系安全性与健壮性。