mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-26 11:47:00 -05:00
Fix analyze_data_completeness search_path
Update the analyze_data_completeness function to set search_path = public to address security linter warning and ensure consistent function execution without elevated schema access. No behavioral changes beyond security context.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Fix security linter warning: Set search_path for analyze_data_completeness function
|
||||
-- This prevents potential security issues from search_path manipulation
|
||||
|
||||
ALTER FUNCTION analyze_data_completeness() SET search_path = public;
|
||||
Reference in New Issue
Block a user