Skip to content

Bug Detection Report - MedshipmentTrackingTool (49 issues found) #1

@Ricky512227

Description

@Ricky512227

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions