[SECURITY] LOW: Bare except: clauses swallow security-relevant errors #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: LOW
Bare
except: passat 5 locations (lines 169, 183, 269, 308, 456) catches ALL exceptions includingKeyboardInterrupt,SystemExit,MemoryError, andOSError. This silently hides errors that might indicate security problems.Location
scripts/browse.pylines 169, 183, 269, 308, 456Current Behavior
Recommended Fix
Reference
See
reviews/2026-03-25.mdSection 6.7