Bug: PostsController::retryFailed() misses permanently_failed status #94
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?
Audit Finding H-6
Severity: Medium
Issue:
retryFailed()only resets posts withstatus='failed'. If any code path sets a different failure status (e.g., 'cancelled'), those posts won't be retried.Fix: Also include
status='cancelled'in the UPDATE WHERE clause, or add a 'Reset All' option.Files:
PostsController.phpLabel:
priority: medium,type: bugBranch created:
feature/94-bug-postscontroller-retryfailed-misses-p