You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Security.md
+65-65Lines changed: 65 additions & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository contains a reference implementation of an MCP (Model Context Pro
6
6
7
7
While security best practices are followed, this project is not a hardened production system. Users are responsible for evaluating and extending the security controls to meet their own organizational and regulatory requirements.
8
8
9
-
⸻
9
+
---
10
10
11
11
### Supported Versions
12
12
@@ -15,18 +15,18 @@ Only the latest version on the main branch is supported.
15
15
Security fixes will be applied to main only.
16
16
No backporting is provided.
17
17
18
-
⸻
18
+
---
19
19
20
20
### Security Design Principles
21
21
22
22
This project follows these guiding principles:
23
-
• Safe by default
24
-
• Least privilege
25
-
• Explicit enablement for destructive actions
26
-
• No trust in AI-generated SQL
27
-
• Defense in depth
23
+
*Safe by default
24
+
*Least privilege
25
+
*Explicit enablement for destructive actions
26
+
*No trust in AI-generated SQL
27
+
*Defense in depth
28
28
29
-
⸻
29
+
---
30
30
31
31
### Authentication & Credentials
32
32
- Database credentials are supplied only via environment variables
@@ -38,129 +38,129 @@ Recommended:
38
38
- Use OS-level environment variables in production
0 commit comments