Skip to content

Commit

Permalink
Refactor security policy documentation so that they appear in the Sec…
Browse files Browse the repository at this point in the history
…urity policy tab of GitHub (PowerShell#9905)



Co-Authored-By: Travis Plunk <[email protected]>
  • Loading branch information
bergmeister and TravisEz13 committed Jul 16, 2019
1 parent df9d904 commit f00b073
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Once you sign a CLA, all your existing and future pull requests will have the st
[testing-guidelines]: ../docs/testing-guidelines/testing-guidelines.md
[running-tests-outside-of-ci]: ../docs/testing-guidelines/testing-guidelines.md#running-tests-outside-of-ci
[issue-management]: ../docs/maintainers/issue-management.md
[vuln-reporting]: ../docs/maintainers/issue-management.md#Security-Vulnerabilities
[vuln-reporting]: ./SECURITY.md
[governance]: ../docs/community/governance.md
[using-prs]: https://help.github.com/articles/using-pull-requests/
[fork-a-repo]: https://help.github.com/articles/fork-a-repo/
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/Security_Issue_Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ assignees: 'TravisEz13'

# Security Issue

Excerpt from [Issue Management - Security Vulnerabilities](https://github.com/PowerShell/PowerShell/blob/master/docs/maintainers/issue-management.md#security-vulnerabilities)
Excerpt from [Issue Management - Security Vulnerabilities](https://github.com/PowerShell/PowerShell/blob/master/.github/SECURITY.md)

> If you believe that there is a security vulnerability in PowerShell Core,
> If you believe that there is a security vulnerability in PowerShell,
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.

When you have permission from [email protected] to file an issue here,
please use the Bug Report template and state in the description that you are reporting the issue in coordination with [email protected].
When you have permission from [[email protected]](https://technet.microsoft.com/security/ff852094.aspx) to file an issue here,
please use the Bug Report template and state in the description that you are reporting the issue in coordination with [[email protected]](https://technet.microsoft.com/security/ff852094.aspx).
5 changes: 5 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Vulnerabilities

If you believe that there is a security vulnerability in PowerShell,
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]](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue?rtc=1) has confirmed filing an issue is appropriate.
5 changes: 2 additions & 3 deletions docs/maintainers/issue-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

## Security Vulnerabilities

If you believe that there is a security vulnerability in PowerShell Core,
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]](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue?rtc=1) has confirmed filing an issue is appropriate.
If you believe that there is a security vulnerability in PowerShell,
first follow the [vulnerability issue reporting policy](../../.github/SECURITY.md) before submitting an issue.

## Long-living issue labels

Expand Down

0 comments on commit f00b073

Please sign in to comment.