Skip to content

feat: improve HTML report with fix plan details, scan notes, and search#231

Merged
sonukapoor merged 1 commit intomainfrom
feature/issue-230-html-report-gaps
Apr 25, 2026
Merged

feat: improve HTML report with fix plan details, scan notes, and search#231
sonukapoor merged 1 commit intomainfrom
feature/issue-230-html-report-gaps

Conversation

@sonukapoor
Copy link
Copy Markdown
Collaborator

Brings the HTML report closer to parity with verbose terminal output, and adds interactive search.

  • Breaking change indicator (⚠ breaking badge) on fix targets where the recommended version is a major bump
  • Versions scanned and still-vulnerable counts shown under each fix command
  • Fix version adjustment notes shown inline when a recommended version was adjusted
  • Scan notes and warnings collapsed into a single toggleable 'Scan notes (N)' box below the fix plan — informational, out of the way
  • Suggested Fix Plan is now the first thing visible after the severity summary
  • Search input in the findings header filters across package name, version, and CVE/advisory IDs as you type, works in combination with the existing severity filter buttons

Closes #230

@sonukapoor sonukapoor merged commit cc8e27f into main Apr 25, 2026
5 checks passed
@sonukapoor sonukapoor deleted the feature/issue-230-html-report-gaps branch April 25, 2026 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add breaking change indicators, validation stats, and coverage notes to HTML report

1 participant