docs(changelog): note interpreter approval hardening

This commit is contained in:
Peter Steinberger
2026-03-11 02:44:45 +00:00
parent 0125ce1f44
commit 0ab8d20917
2 changed files with 2 additions and 1 deletions

View File

@@ -746,7 +746,7 @@ export function buildSystemRunApprovalPlan(params: {
const mutableFileOperand = resolveMutableFileOperandSnapshotSync({
argv: hardening.argv,
cwd: hardening.cwd,
shellCommand: command.shellCommand,
shellCommand: command.shellPayload,
});
if (!mutableFileOperand.ok) {
return { ok: false, message: mutableFileOperand.message };