mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 01:31:44 +00:00
fix(security): harden npm plugin and hook install integrity flow
This commit is contained in:
@@ -27,6 +27,12 @@ export type PluginInstallRecord = {
|
||||
sourcePath?: string;
|
||||
installPath?: string;
|
||||
version?: string;
|
||||
resolvedName?: string;
|
||||
resolvedVersion?: string;
|
||||
resolvedSpec?: string;
|
||||
integrity?: string;
|
||||
shasum?: string;
|
||||
resolvedAt?: string;
|
||||
installedAt?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user