bump security and RLS to critical

This commit is contained in:
Pedro Rodrigues
2026-01-22 08:20:54 +00:00
parent f9cd8f25f4
commit 0ffac720f0
4 changed files with 21 additions and 21 deletions

View File

@@ -106,9 +106,9 @@ npm run build # Generate AGENTS.md
| ----------- | ------------------------ | --------------- |
| `query-` | Query Performance | 1 (CRITICAL) |
| `conn-` | Connection Management | 2 (CRITICAL) |
| `schema-` | Schema Design | 3 (HIGH) |
| `lock-` | Concurrency & Locking | 4 (MEDIUM-HIGH) |
| `security-` | Security & RLS | 5 (MEDIUM-HIGH) |
| `security-` | Security & RLS | 3 (CRITICAL) |
| `schema-` | Schema Design | 4 (HIGH) |
| `lock-` | Concurrency & Locking | 5 (MEDIUM-HIGH) |
| `data-` | Data Access Patterns | 6 (MEDIUM) |
| `monitor-` | Monitoring & Diagnostics | 7 (LOW-MEDIUM) |
| `advanced-` | Advanced Features | 8 (LOW) |