fix(exec-approvals): coerce bare string allowlist entries (#9903) (thanks @mcaxtr)

This commit is contained in:
George Pickett
2026-02-05 15:51:27 -08:00
parent 6ff209e932
commit 141f551a4c
7 changed files with 82 additions and 22 deletions

View File

@@ -50,6 +50,7 @@ vi.mock("../gateway/call.js", () => ({
}),
}));
vi.mock("./deps.js", () => ({ createDefaultDeps: () => ({}) }));
vi.mock("./preaction.js", () => ({ registerPreActionHooks: () => {} }));
const { buildProgram } = await import("./program.js");