Skip to content

Commit 236397b

Browse files
committed
Create SECURITY.md and issue template for vulnerabilities
1 parent 6382826 commit 236397b

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Security vulnerability
3+
about: Create a report about a vulnerability
4+
title: ''
5+
labels: 'security vulnerability'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the vulnerability**
11+
A clear and concise description of what the vulnerability is.
12+
13+
**To Reproduce**
14+
Code example that reproduces the behavior:
15+
```
16+
[Fact]
17+
public void Issue()
18+
{
19+
...
20+
}
21+
```
22+
23+
**Expected behavior**
24+
A clear and concise description of what you expected to happen.
25+
26+
**Background (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Version of library: [e.g. 22]
29+
- Version of dotnet core: [e.g. 3.1]
30+
31+
**Additional context**
32+
Add any other context about the vulnerability here.

SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Currently only the latest version of NuGet packages will receive vulnerability updates.
6+
7+
## Reporting a Vulnerability
8+
9+
Vulnerabilities in the libraries can be reported via an issue on GitHub. A PR to fix the issue is always welcome.

0 commit comments

Comments
 (0)