1 parent fe9c0e3 commit 23bd754Copy full SHA for 23bd754
1 file changed
SECURITY.md
@@ -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