-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Description
15 open PRs have merge conflicts with main branch that prevent automatic merging:
Affected PRs
Sentinel (Security) PRs:
- 🛡️ Sentinel: [MEDIUM] Fix insecure random number generation for identifiers #826 - Fix insecure random number generation
- 🛡️ Sentinel: [MEDIUM] Fix insecure random ID generation #822 - Fix insecure random ID generation
- 🛡️ Sentinel: [MEDIUM] Fix information leakage in HTTP 500 errors #819 - Fix information leakage in HTTP 500 errors
- 🛡️ Sentinel: [MEDIUM] Fix Information Exposure in Comparison API error responses #814 - Fix Information Exposure in Comparison API
Bolt (Optimization) PRs:
- ⚡ Bolt: Optimize array statistics calculation to single pass #831 - Optimize array statistics calculation
- ⚡ Bolt: O(N) status aggregations to remove intermediate array allocations #827 - O(N) status aggregations
- ⚡ Bolt: Optimize array statistics calculation overhead #823 - Optimize array statistics overhead
- ⚡ Bolt: Optimize array length calculations #820 - Optimize array length calculations
- ⚡ Bolt: Optimize array aggregations from O(3N) to O(N) using reduce #818 - Optimize array aggregations O(3N) to O(N)
- ⚡ Bolt: Optimize dashboard statistics calculation #812 - Optimize dashboard statistics calculation
- ⚡ Bolt: Optimize dashboard stats calculation to single pass #811 - Optimize dashboard stats to single pass
Palette (Accessibility) PRs:
- 🎨 Palette: Add missing ARIA labels to icon-only buttons #828 - Add missing ARIA labels
- 🎨 Palette: Improve keyboard focus accessibility for ConversionUpload #817 - Improve keyboard focus accessibility
- 🎨 Palette: Add keyboard focus states to custom checkboxes and interactive elements #813 - Add keyboard focus states
- 🎨 Palette: Add focus-visible outlines to ConversionHistory buttons #810 - Add focus-visible outlines
Root Cause
These PRs were created from an older base and contain conflicting changes to CI workflow files that have since been updated by other merged PRs.
Resolution Required
Each PR needs to be rebased on main:
gh pr checkout <PR>git rebase main- Resolve conflicts in CI workflow files
git push --force- Merge after CI passes
Priority
Medium - blocks security and accessibility improvements
Created during automated PR review process
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request