-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Bug Detection Report for GB2PR_PROJECT
Date: 2025-12-23T22:32:33.378Z
Total Bugs Found: 106
- High Severity: 1
- Medium Severity: 5
- Low Severity: 100
High Severity Issues
src/gb2pr/CommonUtlity.py:87
Category: error_handling
Bare except or except: pass - should catch specific exceptions
logger.info("PROCESSED .GZ File Name :: SUCCESS")
time.sleep(5)
return True
except:
logger.info("PROCESSED .GZ File Name :: FAILED")
return False
except Exception as ex:
Medium Severity Issues
- WatchDog.py:11 - TODO/FIXME comment found - incomplete implementation
- WatchDog.py:24 - TODO/FIXME comment found - incomplete implementation
- WatchDog.py:43 - TODO/FIXME comment found - incomplete implementation
- logMonitor.py:14 - TODO/FIXME comment found - incomplete implementation
- src/gb2pr/logMonitor.py:17 - TODO/FIXME comment found - incomplete implementation
Low Severity Issues
Found 100 low severity issues. See full report in workflow artifacts for details.
Full report available in workflow artifacts.