mirror of
https://github.com/lunchcat/sif.git
synced 2026-06-12 11:01:24 -07:00
eb33321102
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.