feat(reporting): Implement backend PDF/HTML/CSV report generation and…#984
feat(reporting): Implement backend PDF/HTML/CSV report generation and…#984Rafiaminhaj wants to merge 1 commit into
Conversation
|
"Hi @utksh1, as requested, I have split the report exporter feature into three focused PRs: #986 - Security dependency audit exceptions ( Vite/esbuild audit exceptions) |
utksh1
left a comment
There was a problem hiding this comment.
This reporting rewrite is too broad to merge in one PR. It changes backend report generation substantially, adds external Google Fonts links in generated reports, mixes backend report output with frontend-style interactive UI concepts, and frontend-checks are failing. Please split this into smaller PRs with tests for each output format and avoid external network dependencies in generated reports.
5531639 to
c784c9f
Compare
utksh1
left a comment
There was a problem hiding this comment.
Still blocked. This remains a large backend reporting rewrite with chart generation, remediation-roadmap heuristics, and broad HTML/CSS changes in one PR. Please split this into smaller reviewed pieces with focused tests for each output format and avoid landing a large report generator rewrite as a single broad change.
c784c9f to
c16604e
Compare
Introduce core exporters (HTML, PDF, CSV, SARIF) and dedicated unit tests verifying core report generation. Add severity border color styling to findings cards.
c16604e to
43a4088
Compare
|
Closing as superseded by the split reporting work that has now landed via #1026. Please continue any remaining roadmap/report UI work in the narrower follow-up PR rather than this older broad branch. |
… PIL charts
Description
Related Issues
Type of Change
How Has This Been Tested?
Checklist