mirror of
https://github.com/lunchcat/sif.git
synced 2026-07-28 22:40:54 -07:00
doSupabaseRequest and the signup call used a bare http.Client{} with no
timeout, so a slow supabase project could hang the whole js scan. thread the
scan's --timeout down through ScanSupabase into every supabase request.