turn rls basics critical

This commit is contained in:
Pedro Rodrigues
2026-01-22 08:32:12 +00:00
parent f323d3b601
commit a1fbd23d4b
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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
--- ---