File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments