Skip to content

Commit f00b073

Browse files
Refactor security policy documentation so that they appear in the Security policy tab of GitHub (PowerShell#9905)
Co-Authored-By: Travis Plunk <travis.plunk@microsoft.com>
1 parent df9d904 commit f00b073

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Once you sign a CLA, all your existing and future pull requests will have the st
382382
[testing-guidelines]: ../docs/testing-guidelines/testing-guidelines.md
383383
[running-tests-outside-of-ci]: ../docs/testing-guidelines/testing-guidelines.md#running-tests-outside-of-ci
384384
[issue-management]: ../docs/maintainers/issue-management.md
385-
[vuln-reporting]: ../docs/maintainers/issue-management.md#Security-Vulnerabilities
385+
[vuln-reporting]: ./SECURITY.md
386386
[governance]: ../docs/community/governance.md
387387
[using-prs]: https://help.github.com/articles/using-pull-requests/
388388
[fork-a-repo]: https://help.github.com/articles/fork-a-repo/

.github/ISSUE_TEMPLATE/Security_Issue_Report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ assignees: 'TravisEz13'
99

1010
# Security Issue
1111

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

14-
> If you believe that there is a security vulnerability in PowerShell Core,
14+
> If you believe that there is a security vulnerability in PowerShell,
1515
it **must** be reported to [secure@microsoft.com](https://technet.microsoft.com/security/ff852094.aspx)
1616
to allow for [Coordinated Vulnerability Disclosure](https://technet.microsoft.com/security/dn467923).
1717
**Only** file an issue, if secure@microsoft.com has confirmed filing an issue is appropriate.
1818

19-
When you have permission from secure@microsoft.com to file an issue here,
20-
please use the Bug Report template and state in the description that you are reporting the issue in coordination with secure@microsoft.com.
19+
When you have permission from [secure@microsoft.com](https://technet.microsoft.com/security/ff852094.aspx) to file an issue here,
20+
please use the Bug Report template and state in the description that you are reporting the issue in coordination with [secure@microsoft.com](https://technet.microsoft.com/security/ff852094.aspx).

.github/SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Vulnerabilities
2+
3+
If you believe that there is a security vulnerability in PowerShell,
4+
it **must** be reported to [secure@microsoft.com](https://technet.microsoft.com/security/ff852094.aspx) to allow for [Coordinated Vulnerability Disclosure](https://technet.microsoft.com/security/dn467923).
5+
**Only** file an issue, if [secure@microsoft.com](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue?rtc=1) has confirmed filing an issue is appropriate.

docs/maintainers/issue-management.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
## Security Vulnerabilities
44

5-
If you believe that there is a security vulnerability in PowerShell Core,
6-
it **must** be reported to [secure@microsoft.com](https://technet.microsoft.com/security/ff852094.aspx) to allow for [Coordinated Vulnerability Disclosure](https://technet.microsoft.com/security/dn467923).
7-
**Only** file an issue, if [secure@microsoft.com](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue?rtc=1) has confirmed filing an issue is appropriate.
5+
If you believe that there is a security vulnerability in PowerShell,
6+
first follow the [vulnerability issue reporting policy](../../.github/SECURITY.md) before submitting an issue.
87

98
## Long-living issue labels
109

0 commit comments

Comments
 (0)