Skip to content

Commit bc50638

Browse files
committed
Add security policy with GitHub Private Vulnerability Reporting
1 parent 0b8c6c2 commit bc50638

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

SECURITY.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
|---------|-----------|
7+
| 12.x | Yes |
8+
| < 12.0 | No |
9+
10+
Only the latest major version receives security updates. If you are using an older version, please upgrade to v12.
11+
12+
## Reporting a Vulnerability
13+
14+
**Do not open a public issue for security vulnerabilities.**
15+
16+
Please use [GitHub Private Vulnerability Reporting](https://github.com/imperugo/StackExchange.Redis.Extensions/security/advisories/new) to report security issues. This ensures the report is visible only to the repository maintainers until a fix is available.
17+
18+
### What to include
19+
20+
- A description of the vulnerability
21+
- Steps to reproduce
22+
- Affected versions
23+
- Potential impact
24+
25+
### What to expect
26+
27+
- **Acknowledgement** within 48 hours
28+
- **Assessment** of severity and impact within 1 week
29+
- **Fix and release** timeline communicated once the issue is confirmed
30+
- **Credit** in the release notes (unless you prefer to remain anonymous)
31+
32+
### Scope
33+
34+
This policy covers the following packages:
35+
36+
- StackExchange.Redis.Extensions.Core
37+
- StackExchange.Redis.Extensions.AspNetCore
38+
- All serializer packages (System.Text.Json, Newtonsoft, MsgPack, Protobuf, MemoryPack, ServiceStack, Utf8Json)
39+
- All compression packages (GZip, Brotli, LZ4, Snappier, ZstdSharp)

0 commit comments

Comments
 (0)