Problem
In the HTML report (--report), the current version and fix version columns are far apart in the findings table, making it hard to see the version change at a glance.
Expected behaviour
The fix version column should appear immediately next to the current version column so the before/after version change is visible without scanning across the row.
Current column order
| Package | Version | Severity | Type | Usage | IDs | Fixed |
Proposed column order
| Package | Version | Fixed | Severity | Type | Usage | IDs |
Notes
- Should apply consistently across all severity rows in the interactive findings table.
- The
⚠ Malicious and ⚠ No fix badges in the Fixed cell should still render correctly after the reorder.
Problem
In the HTML report (
--report), the current version and fix version columns are far apart in the findings table, making it hard to see the version change at a glance.Expected behaviour
The fix version column should appear immediately next to the current version column so the before/after version change is visible without scanning across the row.
Current column order
| Package | Version | Severity | Type | Usage | IDs | Fixed |
Proposed column order
| Package | Version | Fixed | Severity | Type | Usage | IDs |
Notes
⚠ Maliciousand⚠ No fixbadges in the Fixed cell should still render correctly after the reorder.