Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
daxian-dbw opened this issue Sep 11, 2023 · 0 comments
Open
1 task done
Labels
Issue-Enhancement It's a feature request.
Milestone

Comments

@daxian-dbw
Copy link
Member

Prerequisites

  • 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 daxian-dbw added the Issue-Enhancement It's a feature request. label Sep 11, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Sep 11, 2023
@StevenBucher98 StevenBucher98 removed the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Sep 25, 2023
@StevenBucher98 StevenBucher98 added this to the Future milestone Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement It's a feature request.
Projects
None yet
Development

No branches or pull requests

2 participants