Skip to content

Commit 23bd754

Browse files
feat: add SECURITY.md
1 parent fe9c0e3 commit 23bd754

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
|---------|-----------|
7+
| master ||
8+
9+
## Reporting a Vulnerability
10+
11+
Report security issues privately to `conradcjwilson0@gmail.com`.
12+
Do not open public issues for active vulnerabilities.
13+
14+
## Hardening
15+
- Do not commit `.env` or files containing secrets
16+
- Rotate all example/default credentials before production
17+
- Enable GitHub secret scanning and vulnerability alerts in repository settings
18+
- Require status checks before merge when repository becomes public-facing

0 commit comments

Comments
 (0)