mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 12:57:26 +00:00
fix(security): harden SSH target handling (#4001)
Thanks @YLChen-007. Co-authored-by: Edward-x <YLChen-007@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,7 @@ export function applyTestPluginDefaults(
|
||||
...plugins,
|
||||
slots: {
|
||||
...plugins?.slots,
|
||||
memory: null,
|
||||
memory: "none",
|
||||
},
|
||||
},
|
||||
};
|
||||
@@ -112,7 +112,7 @@ export function applyTestPluginDefaults(
|
||||
enabled: false,
|
||||
slots: {
|
||||
...plugins?.slots,
|
||||
memory: null,
|
||||
memory: "none",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user