We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a2c19 commit 1502cf5Copy full SHA for 1502cf5
1 file changed
SECURITY.md
@@ -0,0 +1,18 @@
1
+# Security Policy
2
+
3
+## Supported Versions
4
5
+| Version | Supported |
6
+|---------|-----------|
7
+| 0.3.x | ✅ |
8
+| < 0.3 | ❌ |
9
10
+## Reporting a Vulnerability
11
12
+Report security vulnerabilities to **security@buywhere.ai**. We respond within 48 hours.
13
14
+## API Key Security
15
16
+- Never commit `BUYWHERE_API_KEY` to version control
17
+- Use environment variables as shown in the README
18
+- Rotate keys regularly via the dashboard at https://buywhere.ai/api-keys
0 commit comments