Skip to content

Commit ae30322

Browse files
Update documentation for communicating discovered security vulnerabilities (microsoft#657)
Aligning to recently published common SECURITY.md file available at https://github.com/microsoft/microsoft.github.io/blob/master/SECURITY.MD
1 parent c9ac7ba commit ae30322

File tree

2 files changed

+49
-6
lines changed

2 files changed

+49
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,7 @@ for your use. The mock data will be clearly identifiable as it references planet
6464
and remains static regardless of selected inputs.
6565
6666
## Reporting Security Issues
67-
Security issues and bugs should be reported privately, via email, to the
68-
Microsoft Security Response Center (MSRC) at <[[email protected]](mailto:[email protected])>.
69-
You should receive a response within 24 hours. If for some reason you do not, please follow up via
70-
email to ensure we received your original message. Further information, including the
71-
[MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the
72-
[Security TechCenter](https://technet.microsoft.com/en-us/security/default).
67+
Please refer to [SECURITY.md](./SECURITY.md).
7368
7469
## License
7570
Copyright (c) Microsoft Corporation. All rights reserved.

SECURITY.md

+48
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)