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