You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ Instead, please report them to the Microsoft Security Response Center (MSRC) at
14
14
15
15
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
16
16
17
-
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
17
+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
18
18
19
19
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20
20
21
-
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22
-
- Full paths of source file(s) related to the manifestation of the issue
23
-
- The location of the affected source code (tag/branch/commit or direct URL)
24
-
- Any special configuration required to reproduce the issue
25
-
- Step-by-step instructions to reproduce the issue
26
-
- Proof-of-concept or exploit code (if possible)
27
-
- Impact of the issue, including how an attacker might exploit the issue
21
+
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22
+
- Full paths of source file(s) related to the manifestation of the issue
23
+
- The location of the affected source code (tag/branch/commit or direct URL)
24
+
- Any special configuration required to reproduce the issue
25
+
- Step-by-step instructions to reproduce the issue
26
+
- Proof-of-concept or exploit code (if possible)
27
+
- Impact of the issue, including how an attacker might exploit the issue
28
28
29
29
This information will help us triage your report more quickly.
Capturing and providing binlog files can help with debugging build and packaging issues. In order to collect binlogs, please follow these steps:
3
4
4
5
Generally, it is encouraged to collect binlog files through the CLI of MSBuild as they tend to be easier to diagnose, but both methods of creating binlog files are fine.
5
6
6
7
## Collecting binlogs through Visual Studio
7
-
1. Download the VS Project System Tools extension: [For VS 2019](https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProjectSystemTools) | [For VS 2022](https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProjectSystemTools2022)
8
-
3. Set the **Build Log File** verbosity to `Diagnostics`: `Tools->Options->Projects and Solutions->MSBuild project build log file verbosity`:<br/>
9
-

10
-
11
-
3. Go to View->Other Windows->Build Logging:<br/>
12
-

13
8
14
-
4. To start taking logs, press the play button:<br/>
9
+
1. Download the VS **Project System Tools** extension: [For VS 2019](https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProjectSystemTools) | [For VS 2022](https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProjectSystemTools2022)
10
+
2. Set the **Build Log File** verbosity to `Diagnostics`: Tools > Options > Projects and Solutions > MSBuild project build log file verbosity:
11
+

12
+
3. Go to View > Other Windows > Build Logging:
13
+

14
+
4. To start taking logs, press the play button:
15
15

16
-
17
16
5. Run the steps that resulted in errors, e.g. building your project. The steps that failed show up as "Failed". Those files have the file extension ".binlog" and can be shared to help debugging build and packaging issues.
18
17
19
18
## Collection binlogs through the command line
@@ -22,10 +21,14 @@ To collect binlogs through the command line interface of MSBuild using the Visua
22
21
23
22
For example, to build your solution in x86 release and collect binlogs, you can use the following:
0 commit comments