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:
Peter Steinberger
2026-01-29 16:33:36 +00:00
parent 4b5514a259
commit 06289b36da
8 changed files with 82 additions and 5 deletions

View File

@@ -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",
},
},
};