Skip to content

Commit 296a221

Browse files
Add security reporting policy documentation (#201)
1 parent bcd0a56 commit 296a221

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* [Legal and Licensing](#legal-and-licensing)
1616
* [Governance](#governance)
1717
* [Code of Conduct](#code-of-conduct)
18+
* [Reporting Security Issues](#reporting-security-issues)
1819
* [Privacy Policy](#privacy-policy)
1920

2021
----------
@@ -159,6 +160,12 @@ For more info, see [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md)
159160

160161
----------
161162

163+
## Reporting Security Issues
164+
165+
Please refer to [SECURITY.md](./SECURITY.md).
166+
167+
----------
168+
162169
## Privacy Policy
163170

164171
For more information, refer to Microsoft's [Privacy Policy](https://go.microsoft.com/fwlink/?LinkID=521839).

SECURITY.md

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

0 commit comments

Comments
 (0)