-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Bug Detection Report for MedshipmentTrackingTool
Date: 2025-12-23T22:32:35.600Z
Total Bugs Found: 49
- High Severity: 1
- Medium Severity: 0
- Low Severity: 48
High Severity Issues
src/excel_handler.py:235
Category: error_handling
Bare except or except: pass - should catch specific exceptions
try:
value = unicodedata.normalize('NFKD', str(cell.value)).encode('ascii', 'ignore').decode('ascii')
values.append(value)
except:
values.append(str(cell.value))
# Ensure we have the right number of columns
Low Severity Issues
Found 48 low severity issues. See full report in workflow artifacts for details.
Full report available in workflow artifacts.