Skip to content

Commit 853d5e1

Browse files
kochj23claude
andcommitted
docs: Add security policy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5caafd0 commit 853d5e1

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
If you discover a security vulnerability in PatreonTV, please report it responsibly.
6+
7+
**DO NOT open a public GitHub issue for security vulnerabilities.**
8+
9+
Instead, please use one of these methods:
10+
11+
1. **GitHub Security Advisories** (Preferred): Use the "Report a vulnerability" button on the [Security tab](https://github.com/kochj23/PatreonTV/security/advisories/new)
12+
2. **Email**: Contact the maintainer through their [GitHub profile](https://github.com/kochj23)
13+
14+
### What to Include
15+
16+
- Description of the vulnerability
17+
- Steps to reproduce
18+
- Potential impact
19+
- Suggested fix (if any)
20+
21+
### Response Timeline
22+
23+
- **Acknowledgment**: Within 48 hours
24+
- **Initial Assessment**: Within 1 week
25+
- **Fix Timeline**: Depends on severity
26+
- Critical: Within 24 hours
27+
- High: Within 1 week
28+
- Medium: Within 2 weeks
29+
- Low: Next release cycle
30+
31+
## Security Features
32+
33+
This project follows security best practices:
34+
- No hardcoded credentials (all secrets via macOS Keychain)
35+
- Input validation and sanitization
36+
- Dependency scanning via Dependabot
37+
- Secret scanning enabled on the repository
38+
- Branch protection on the default branch
39+
40+
## Supported Versions
41+
42+
| Version | Supported |
43+
|---------|-----------|
44+
| Latest | Yes |
45+
| Older | No |
46+
47+
## License
48+
49+
This project is licensed under the MIT License. Security researchers are welcome to test this software in accordance with responsible disclosure practices.

0 commit comments

Comments
 (0)