Issue #10: implement worker process launcher #60
Reference in New Issue
Block a user
Delete Branch "agent-1/issue-10-implement-worker-process-launcher"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
WorkerProcessLauncherwith executable path, PE header, and architecture validation.ArgumentList; passesMXGATEWAY_WORKER_NONCEthrough environment only.WorkerProcessHandleand keeps a redaction-safeWorkerProcessCommandLinewithout the nonce.Verification
dotnet format src\MxGateway.sln --include ...dotnet test src\MxGateway.Tests\MxGateway.Tests.csproj --filter WorkerProcessLauncherTestsdotnet build src\MxGateway.slndotnet test src\MxGateway.sln --no-buildCloses #10