Skip to content

add what to do when there's a vulnerability to docs #687

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

Merged
merged 3 commits into from
Jun 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ don't match the goals of the project. The core maintainer team has the right of
any contribution to this project. However, we are very happy to hear community feedback on any decision
so that we can ensure we are solving the right problems in the right way.

**NOTE**: If you believe there is a security vulnerability, please see [Security Reporting](#security-reporting).

## Ways to Contribute

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

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

### Security Reporting

If you believe that there is a security vulnerability in the PowerShell extension for VSCode,
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).
**Only** file an issue, if [email protected] has confirmed filing an issue is appropriate.
Please also CC in [[email protected]](mailto:[email protected]).