mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
turn rls basics critical
This commit is contained in:
@@ -951,7 +951,7 @@ Reference: https://supabase.com/blog/postgres-roles-and-privileges
|
|||||||
|
|
||||||
### 5.2 Enable Row Level Security for Multi-Tenant Data
|
### 5.2 Enable Row Level Security for Multi-Tenant Data
|
||||||
|
|
||||||
**Impact: MEDIUM-HIGH (Database-enforced tenant isolation, prevent data leaks)**
|
**Impact: CRITICAL (Database-enforced tenant isolation, prevent data leaks)**
|
||||||
|
|
||||||
Row Level Security (RLS) enforces data access at the database level, ensuring users only see their own data.
|
Row Level Security (RLS) enforces data access at the database level, ensuring users only see their own data.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Enable Row Level Security for Multi-Tenant Data
|
title: Enable Row Level Security for Multi-Tenant Data
|
||||||
impact: MEDIUM-HIGH
|
impact: CRITICAL
|
||||||
impactDescription: Database-enforced tenant isolation, prevent data leaks
|
impactDescription: Database-enforced tenant isolation, prevent data leaks
|
||||||
tags: rls, row-level-security, multi-tenant, security
|
tags: rls, row-level-security, multi-tenant, security
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user