-
Notifications
You must be signed in to change notification settings - Fork 417
Create SECURITY.md #2618
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
base: main
Are you sure you want to change the base?
Create SECURITY.md #2618
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,21 @@ | ||||||||||||||||||||||||||||
| # Security Policy | ||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
| ## Supported Versions | ||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
| Use this section to tell people about which versions of your project are | ||||||||||||||||||||||||||||
| currently being supported with security updates. | ||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
| | Version | Supported | | ||||||||||||||||||||||||||||
| | ------- | ------------------ | | ||||||||||||||||||||||||||||
| | 5.1.x | :white_check_mark: | | ||||||||||||||||||||||||||||
| | 5.0.x | :x: | | ||||||||||||||||||||||||||||
| | 4.0.x | :white_check_mark: | | ||||||||||||||||||||||||||||
| | < 4.0 | :x: | | ||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
|
Comment on lines
+5
to
+14
|
||||||||||||||||||||||||||||
| Use this section to tell people about which versions of your project are | |
| currently being supported with security updates. | |
| | Version | Supported | | |
| | ------- | ------------------ | | |
| | 5.1.x | :white_check_mark: | | |
| | 5.0.x | :x: | | |
| | 4.0.x | :white_check_mark: | | |
| | < 4.0 | :x: | | |
| Only the latest released versions of these extensions, as published on the Visual Studio Code Marketplace, are supported with security updates. |
Copilot
AI
Mar 30, 2026
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.
The “Reporting a Vulnerability” section is still template text and doesn’t match this repo’s existing guidance in .github/ISSUE_TEMPLATE/security-fix.yml (report privately to MSRC at secure@microsoft.com or https://msrc.microsoft.com). Please update this section to give concrete private reporting instructions and discourage filing public GitHub issues for security reports.
| Use this section to tell people how to report a vulnerability. | |
| Tell them where to go, how often they can expect to get an update on a | |
| reported vulnerability, what to expect if the vulnerability is accepted or | |
| declined, etc. | |
| Security vulnerabilities should be reported privately to the Microsoft Security Response Center (MSRC). Please do not file public GitHub issues or discuss potential vulnerabilities in public forums. | |
| If you believe you have found a security vulnerability in this repository or any other Microsoft product or service, please contact MSRC using one of the following methods: | |
| - Email: [secure@microsoft.com](mailto:secure@microsoft.com) | |
| - Web form: <https://msrc.microsoft.com/create-report> | |
| Include as much detail as possible in your report (such as a description of the issue, steps to reproduce, and any relevant logs or proof of concept). MSRC will review your report, contact you with a case number, and work with the appropriate product team to investigate and remediate the issue in accordance with Microsoft’s security response processes. |
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.
The “Supported Versions” section still contains placeholder/template guidance text. Please replace it with this repo’s actual support policy (e.g., which extension/library versions receive security fixes) or remove the section if you don’t want to commit to a versioned policy.