PSReadLine icon indicating copy to clipboard operation
PSReadLine copied to clipboard

Update Mutex usage in .NET 9 when the "user-specific named mutex" feature is added

Open daxian-dbw opened this issue 2 years ago • 0 comments

Prerequisites

  • [X] Write a descriptive title.

Description of the new feature/enhancement

When using Mutex in .NET Core, .NET creates a folder in the temp directory with world write access, which raises potential security concerns. .NET 9 will add a new feature to offer user-specific named mutex, and we will need to switch to that when it's available.

Proposed technical implementation details (optional)

No response

daxian-dbw avatar Sep 11 '23 16:09 daxian-dbw