Security improvements: - CODEOWNERS: Define code review requirements - SECURITY.md: Link to security policy in .github/ for GitHub Security tab - Pull request template: Enforce PR checklist and guidelines - Issue templates: Bug reports and feature requests with structured forms - Issue config: Disable blank issues, add helpful links These files protect the repository by: - Requiring code review from @mellow-fox for all changes - Enforcing security-sensitive file approval (auth, database, Docker) - Providing clear contribution guidelines - Preventing low-quality or spam issues - Guiding contributors with structured templates Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
16 lines
571 B
Markdown
16 lines
571 B
Markdown
# Security Policy
|
|
|
|
For security information, vulnerability reporting, and best practices, please see:
|
|
|
|
👉 **[SECURITY.md](../SECURITY.md)** at the root of the repository
|
|
|
|
## Quick Links
|
|
|
|
- 🔒 [Security Best Practices](../SECURITY.md#-security-best-practices)
|
|
- 🚨 [Reporting a Vulnerability](../SECURITY.md#-reporting-a-vulnerability)
|
|
- 📋 [Security Checklist](../SECURITY.md#-security-checklist-before-going-public)
|
|
|
|
---
|
|
|
|
**Note**: This file exists in `.github/` to enable GitHub's "Security" tab.
|
|
All documentation is maintained in the root `SECURITY.md` file.
|