Skip to content

Commit b57b44f

Browse files
add what to do when there's a vulnerability to docs (PowerShell#687)
* add what to do when there's a vulnerability * Update CONTRIBUTING.md * fix links
1 parent eedfad2 commit b57b44f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CONTRIBUTING.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ don't match the goals of the project. The core maintainer team has the right of
1111
any contribution to this project. However, we are very happy to hear community feedback on any decision
1212
so that we can ensure we are solving the right problems in the right way.
1313

14+
**NOTE**: If you believe there is a security vulnerability, please see [Security Reporting](#security-reporting).
15+
1416
## Ways to Contribute
1517

1618
- File a bug or feature request as an [issue](https://github.com/PowerShell/PowerShellEditorServices/issues)
1719
- Comment on existing issues to give your feedback on how they should be fixed/implemented
1820
- Contribute a bug fix or feature implementation by submitting a pull request
1921
- Contribute more unit tests for feature areas that lack good coverage
20-
- Review the pull requests that others submit to ensure they follow [established guidelines]
21-
(#pull-request-guidelines)
22+
- Review the pull requests that others submit to ensure they follow [established guidelines](#follow-the-pull-request-process)
2223
- Help others gets started with the project by contributing documentation or hanging out
2324
in the #editors room in the [PowerShell community Slack chat](http://slack.poshcode.org).
2425

@@ -145,3 +146,9 @@ on this check so that our project will always have good generated documentation.
145146
rebasing your commits. Once you do your final push and we see the AppVeyor build pass, we will
146147
merge your changes!
147148

149+
### Security Reporting
150+
151+
If you believe that there is a security vulnerability in the PowerShell extension for VSCode,
152+
it **must** be reported to [[email protected]](https://technet.microsoft.com/security/ff852094.aspx) to allow for [Coordinated Vulnerability Disclosure](https://technet.microsoft.com/security/dn467923).
153+
**Only** file an issue, if [email protected] has confirmed filing an issue is appropriate.
154+
Please also CC in [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)