Skip to content

Commit 045e808

Browse files
Update troubleshooting guide etc. (#3879)
1 parent 42ed434 commit 045e808

File tree

4 files changed

+264
-247
lines changed

4 files changed

+264
-247
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ body:
99
- label: I have written a descriptive issue title.
1010
required: true
1111
- label: I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported.
12-
required: true
1312
- label: I have read the [troubleshooting](https://github.com/PowerShell/vscode-powershell/blob/master/docs/troubleshooting.md) guide.
14-
required: true
1513
- label: I am sure this issue is with the _extension itself_ and does not reproduce in a standalone [PowerShell](https://github.com/PowerShell/PowerShell/issues/new/choose) instance.
16-
required: true
1714
- label: I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
18-
required: true
15+
- label: If this is a security issue, I have read the [security issue reporting guidance](https://github.com/PowerShell/vscode-powershell/blob/master/SECURITY.md).
1916
- type: textarea
2017
attributes:
2118
label: Summary

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ The extension _should_ work anywhere VS Code itself and PowerShell Core 7 or hig
2828
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
2929
following:
3030

31-
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.5
32-
- **macOS 10.15** with PowerShell Core 7.1.5
33-
- **Ubuntu 20.04** with PowerShell Core 7.1.5
31+
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.1
32+
- **macOS 10.15** with PowerShell Core 7.2.1
33+
- **Ubuntu 20.04** with PowerShell Core 7.2.1
3434

35-
[supported]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7.1#supported-platforms
35+
[supported]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle
3636

3737
Read the [installation instructions](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode)
3838
to get more details on how to use the extension on these platforms.
@@ -130,14 +130,14 @@ on how to contribute to this extension!
130130

131131
## Maintainers
132132

133-
- Rob Holt - [@rjmholt](https://github.com/rjmholt)
134133
- Patrick Meinecke - [@SeeminglyScience](https://github.com/SeeminglyScience)
135134
- Andy Schwartzmeyer - [@andschwa](https://github.com/andschwa)
136135
- Sydney Smith - [@SydneyhSmith](https://github.com/SydneyhSmith)
137136

138137
### Emeriti
139138

140139
- Keith Hill - [@rkeithhill](https://github.com/rkeithhill)
140+
- Rob Holt - [@rjmholt](https://github.com/rjmholt)
141141
- Tyler Leonhardt - [@TylerLeonhardt](https://github.com/TylerLeonhardt)
142142
- David Wilson - [@daviwil](https://github.com/daviwil)
143143

SECURITY.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.5 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
14+
15+
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

0 commit comments

Comments
 (0)