feat: Add report comparison view [Closes #36]#480
Closed
shravanithouta108 wants to merge 6 commits into
Closed
Conversation
Signed-off-by: shravanithouta108 <shravanithouta108@gmail.com>
Signed-off-by: shravanithouta108 <shravanithouta108@gmail.com>
Signed-off-by: shravanithouta108 <shravanithouta108@gmail.com>
…ixes utksh1#30) Signed-off-by: shravanithouta108 <shravanithouta108@gmail.com>
utksh1
requested changes
Jun 2, 2026
utksh1
left a comment
Owner
There was a problem hiding this comment.
Rejecting this as not reviewable for merge. The PR claims to add report comparison, but the diff includes broad unrelated backend, CI, validation, Dockerfile, and test changes, plus an artifact-like file named ; artifact-check and frontend Docker builds are failing. Please open a clean, scoped PR that only implements the report comparison view and its focused tests, without unrelated merged changes or generated artifacts.
Owner
|
Closed as invalid for this contribution round. The PR is too broad/unrelated to the stated report-comparison feature and currently fails artifact/build checks. Open a clean scoped PR for report comparison only. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new
/reports/comparepage that lets users select two scan reports and compare them side by side, showing new, fixed, unchanged findings and severity changes between scans.Related Issues
Closes #36
Type of Change
How Has This Been Tested?
npm run test— all passChecklist