Skip to content

Commit 717d386

Browse files
authored
Update templates (#3072)
1 parent b8e0c9f commit 717d386

File tree

5 files changed

+61
-17
lines changed

5 files changed

+61
-17
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: 'Triage Needed'
6-
assignees: ''
4+
title: ""
5+
labels: [":new: Triage Needed", ":bug: Bug!"]
6+
assignees: []
77

88
---
99

@@ -31,9 +31,9 @@ A clear and concise description of what you expected to happen.
3131

3232
### Further technical details
3333
Microsoft.Data.SqlClient version: (found on the nuget or Microsoft.Data.SqlClient.dll)
34-
.NET target: (e.g. Framework 4.7.1, Core 2.2.2)
35-
SQL Server version: (e.g. SQL Server 2017)
36-
Operating system: (e.g. Windows 2019, Ubuntu 18.04, macOS 10.13, Docker container)
34+
.NET target: (e.g. .NET Framework 4.7.2, .NET 6.0)
35+
SQL Server version: (e.g. SQL Server 2022)
36+
Operating system: (e.g. Windows Server 2022, Ubuntu 24.04, macOS 14.7.1, Docker container)
3737

3838
**Additional context**
39-
Add any other context about the problem here.
39+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: SqlClient Community Support / Discussions
4+
url: https://github.com/dotnet/SqlClient/discussions
5+
about: Please ask and answer questions here.
6+
- name: MSRC Vulnerability Reporting / Bug Bounty
7+
url: https://msrc.microsoft.com/create-report
8+
about: Please report security vulnerabilities here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: 'Triage Needed'
6-
assignees: ''
4+
title: ""
5+
labels: [":new: Triage Needed", ":bulb: Enhancement"]
6+
assignees: []
77

88
---
99

@@ -17,4 +17,4 @@ A clear and concise description of what you want to happen.
1717
A clear and concise description of any alternative solutions or features you've considered.
1818

1919
### Additional context
20-
Add any other context about the feature request here.
20+
Add any other context about the feature request here.

.github/ISSUE_TEMPLATE/other.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
name: Other
33
about: Ask a question or file a different type of issue
4-
title: ''
5-
labels: 'Triage Needed'
6-
assignees: ''
7-
8-
---
9-
4+
title: ""
5+
labels: [":new: Triage Needed"]
6+
assignees: []
107

8+
---

SECURITY.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Microsoft.Data.SqlClient library follows the latest .NET Core support policy for all releases.
6+
7+
[View the .NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core)
8+
9+
View GA released version LTS/Current status and support dates here: [SqlClient Support Policy on Microsoft Documentation](https://docs.microsoft.com/sql/connect/ado-net/sqlclient-driver-support-lifecycle)
10+
11+
# Security
12+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include Microsoft, Azure, DotNet, AspNet, Xamarin, and our GitHub organizations.
13+
14+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets Microsoft's Microsoft's definition of a security vulnerability, please report it to us as described below.
15+
16+
## Reporting a Vulnerability
17+
18+
Please do not report security vulnerabilities through public GitHub issues.
19+
20+
Instead, please report them to the Microsoft Security Response Center (MSRC) at https://msrc.microsoft.com/create-report.
21+
22+
If you prefer to submit without logging in, send email to [email protected]. If possible, encrypt your message with our PGP key; please download it from the Microsoft Security Response Center PGP Key page.
23+
24+
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.
25+
26+
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:
27+
28+
Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
29+
Full paths of source file(s) related to the manifestation of the issue
30+
The location of the affected source code (tag/branch/commit or direct URL)
31+
Any special configuration required to reproduce the issue
32+
Step-by-step instructions to reproduce the issue
33+
Proof-of-concept or exploit code (if possible)
34+
Impact of the issue, including how an attacker might exploit the issue
35+
36+
This information will help us triage your report more quickly.
37+
38+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our Microsoft Bug Bounty Program page for more details about our active programs.

0 commit comments

Comments
 (0)