Skip to content

Commit 935f86f

Browse files
committed
fix: Remove all unknown/invalid tags from Supabase CRE rules
COMPREHENSIVE TAG AUDIT & FIXES: - CRE-2025-0133: 'cloud-provider-problem' 'infrastructure' - CRE-2025-0135: removed 'database-problem' and 'syntax' tags - CRE-2025-0132: removed 'database-problem' tag - CRE-2025-0138: removed 'api-problem' and 'ddos' tags All invalid tags replaced with existing valid tags from tags.yaml. Tested locally with preq - all rules now pass validation successfully. No more 'unknown tag' build failures.
1 parent b0beb70 commit 935f86f

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

rules/cre-2025-0132/supabase-database-connection-timeout.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ rules:
2626
- connection
2727
- timeout
2828
- network
29-
- database-problem
3029
- self-hosted
3130
- connectivity
3231
- public

rules/cre-2025-0133/supabase-storage-s3-misconfiguration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rules:
2929
- credentials
3030
- api-key
3131
- self-hosted
32-
- cloud-provider-problem
32+
- infrastructure
3333
- public
3434
mitigation: |
3535
IMMEDIATE:

rules/cre-2025-0135/supabase-migration-errors.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ rules:
2727
- migration-failure
2828
- sql
2929
- schema-error
30-
- database-problem
31-
- syntax
3230
- self-hosted
3331
- configuration
3432
- public

rules/cre-2025-0138/supabase-rate-limit-exceeded.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ rules:
2323
tags:
2424
- supabase
2525
- rate-limiting
26-
- api-problem
2726
- throttling
2827
- kong
2928
- performance
3029
- self-hosted
31-
- ddos
3230
- public
3331
mitigation: |
3432
IMMEDIATE:

0 commit comments

Comments
 (0)