-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update security issue reporting instructions #64491
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the security issue reporting instructions in SECURITY.md and README.md to align with the dotnet/runtime repository's approach. The changes modernize the reporting process by directing users to the MSRC Researcher Portal instead of email-based reporting, and remove outdated references to PGP keys.
Key changes:
- Replaces email-based security reporting (
[email protected]) with the MSRC Researcher Portal web form - Updates FAQ links from the old TechCenter to current MSRC FAQ pages
- Adds cross-reference between README.md and SECURITY.md for better documentation navigation
- Includes reference to the Microsoft .NET Bounty Program in README.md
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| SECURITY.md | Updates vulnerability reporting method from email to MSRC Researcher Portal, modernizes FAQ link, removes PGP key reference |
| README.md | Updates security reporting instructions to match SECURITY.md, adds cross-reference to SECURITY.md, adds bounty program link |
Co-authored-by: Copilot <[email protected]>
Update security issue reporting instructions to match dotnet/runtime:
Fixes #64393