Skip to content

feat(reporting): Implement backend PDF/HTML/CSV report generation and…#984

Closed
Rafiaminhaj wants to merge 1 commit into
utksh1:mainfrom
Rafiaminhaj:feature/report-exporter-backend
Closed

feat(reporting): Implement backend PDF/HTML/CSV report generation and…#984
Rafiaminhaj wants to merge 1 commit into
utksh1:mainfrom
Rafiaminhaj:feature/report-exporter-backend

Conversation

@Rafiaminhaj

Copy link
Copy Markdown
Contributor

… PIL charts

Description

Related Issues

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

Checklist

  • My code follows the code style of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.

@Rafiaminhaj

Copy link
Copy Markdown
Contributor Author

"Hi @utksh1, as requested, I have split the report exporter feature into three focused PRs:

#986 - Security dependency audit exceptions ( Vite/esbuild audit exceptions)
#984 - Backend report generation & PIL charts
#985 - Frontend UI export controls & print CSS
Since the CI runs the full suite (including npm audit) on all pull requests, please merge the security exceptions configuration (#986) first. Once merged, I will update the other two branches with the base main branch, which will make the frontend-checks pass successfully on them as well. Thank you!"

@utksh1 utksh1 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Rafiaminhaj Rafiaminhaj force-pushed the feature/report-exporter-backend branch from 5531639 to c784c9f Compare June 16, 2026 15:46

@utksh1 utksh1 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Rafiaminhaj Rafiaminhaj force-pushed the feature/report-exporter-backend branch from c784c9f to c16604e Compare June 17, 2026 15:06
Introduce core exporters (HTML, PDF, CSV, SARIF) and dedicated unit tests verifying core report generation. Add severity border color styling to findings cards.
@utksh1

utksh1 commented Jun 17, 2026

Copy link
Copy Markdown
Owner

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.

@utksh1 utksh1 closed this Jun 17, 2026
@utksh1 utksh1 added the gssoc:invalid Admin validation: invalid for GSSoC scoring label Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:invalid Admin validation: invalid for GSSoC scoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants