Skip to content

Commit 277d303

Browse files
committed
fix: security trigger_http_queue_post_to_function
1 parent 25eec3d commit 277d303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

supabase/migrations/20260104120000_revoke_process_function_queue_public_access.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,6 @@ REVOKE ALL ON FUNCTION "public"."mass_edit_queue_messages_cf_ids"("updates" "pub
157157
-- =============================================================================
158158
REVOKE ALL ON FUNCTION "public"."pg_log"("decision" "text", "input" "jsonb") FROM "anon";
159159
REVOKE ALL ON FUNCTION "public"."pg_log"("decision" "text", "input" "jsonb") FROM "authenticated";
160+
161+
REVOKE ALL ON FUNCTION "public"."trigger_http_queue_post_to_function"() FROM "anon";
162+
REVOKE ALL ON FUNCTION "public"."trigger_http_queue_post_to_function"() FROM "authenticated";

0 commit comments

Comments
 (0)