fix(preview): reject unsafe local file URLs#2581
Conversation
|
Please Join the Discord https://discord.gg/GpMzynvFW and also join calls on 10:00PM everyday accept saturday |
|
Thanks for contributing to Agent Orchestrator. This PR is being picked up by the current external contributor on-call pair: If someone is already working on this, please continue as usual. You are also welcome to join the AO Discord community. We do daily Discord calls at 10 PM IST, except Saturday. Join the session here: Come by if you want to see what is being built, ask questions, or just hang around with the community. |
Summary
Why
The supervisor-link tests previously used timestamp-based socket paths directly under os.tmpdir() and did not clean up the
parent path afterward. Unique temp dirs plus explicit socket cleanup reduce stale socket/collision risk across repeated or
parallel test runs.
Tests