Skip to content

Commit 393992b

Browse files
Add WIP document for security considerations (#7369)
1 parent 4e785d0 commit 393992b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

SECURITY.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ The .NET Core and ASP.NET Core support policy, including supported versions can
66

77
## Reporting a Vulnerability
88

9-
Security issues and bugs should be reported privately to the Microsoft Security Response Center (MSRC), either by emailing [email protected] or via the portal at https://msrc.microsoft.com.
10-
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
9+
Security issues and bugs should be reported privately to the Microsoft Security Response Center (MSRC), either by emailing [email protected] or via the portal at https://msrc.microsoft.com.
10+
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
1111
original message. Further information, including the MSRC PGP key, can be found in the [MSRC Report an Issue FAQ](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue).
1212

1313
Reports via MSRC may qualify for the .NET Core Bug Bounty. Details of the .NET Core Bug Bounty including terms and conditions are at [https://aka.ms/corebounty](https://aka.ms/corebounty).
1414

15-
Please do not open issues for anything you think might have a security implication.
15+
Please do not open issues for anything you think might have a security implication.
16+
17+
## Security Considerations
18+
19+
See [Security Considerations](./documentation/security-considerations.md) for a list of topics to be aware of when configuring and using .NET Monitor.

documentation/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ When running a dotnet application, differences in diverse local and production e
88

99
- [Releases](./releases.md)
1010
- [Setup](./setup.md)
11+
- [Security Considerations](./security-considerations.md)
1112
- Getting Started
1213
- [Running on a local machine](./localmachine.md)
1314
- [Running in Docker](./docker.md)
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
> [!IMPORTANT]
2+
> This document is currently a work in progress.
3+
4+
# Security Considerations
5+
6+
## Item 1
7+
8+
## Item 2
9+
10+
## Item 3

0 commit comments

Comments
 (0)