feat(heureka): adds false positive actions and image version details page#1421
Merged
feat(heureka): adds false positive actions and image version details page#1421
Conversation
* feat(heureka): adds image details page * chore(heureka): removes image details panel * feat(heureka): navigate from service panel to image details page * chore(heureka): adds changeset * chore(heureka): adjusts tests * chore(heureka): makes navigation checks generic * chore(heureka): makes navigation checks generic * fix(heureka): fixes prettier issue * feat(heureka): improves navigation and url definition * chore(heureka): adjusts test
…pattern for breadcrumb
🦋 Changeset detectedLatest commit: f6a4faa The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
ArtieReus
reviewed
Jan 22, 2026
Collaborator
ArtieReus
left a comment
There was a problem hiding this comment.
Great job! this PR is quite lorge 😅. Added some comments
...rvice/ImageDetails/ImageIssuesList/RemediatedIssuesDataRows/RemediatedIssueDataRow/index.tsx
Show resolved
Hide resolved
apps/heureka/src/components/Service/ImageVersionDetails/ImageVersionOccurrences.tsx
Outdated
Show resolved
Hide resolved
ArtieReus
reviewed
Jan 23, 2026
Collaborator
ArtieReus
left a comment
There was a problem hiding this comment.
What about to add tests for all of those new components?
… and remediations panel
…stanceEdge in utils
…fter false-positive actions
ArtieReus
reviewed
Feb 12, 2026
Collaborator
ArtieReus
left a comment
There was a problem hiding this comment.
very great job!!! lets discuss which of the following comments do you want to address??
apps/heureka/src/components/Service/ImageDetails/FalsePositiveModal/index.tsx
Outdated
Show resolved
Hide resolved
...a/src/components/Service/ImageDetails/ImageIssuesList/IssuesDataRows/IssuesDataRow/index.tsx
Show resolved
Hide resolved
...a/src/components/Service/ImageDetails/ImageIssuesList/IssuesDataRows/IssuesDataRow/index.tsx
Show resolved
Hide resolved
...rvice/ImageDetails/ImageIssuesList/RemediatedIssuesDataRows/RemediatedIssueDataRow/index.tsx
Outdated
Show resolved
Hide resolved
...ureka/src/components/Service/ImageDetails/ImageIssuesList/RemediatedIssuesDataRows/index.tsx
Outdated
Show resolved
Hide resolved
...ureka/src/components/Service/ImageDetails/ImageIssuesList/RemediatedIssuesDataRows/index.tsx
Outdated
Show resolved
Hide resolved
...eureka/src/components/Service/ImageDetails/ImageIssuesList/RemediationHistoryPanel/index.tsx
Outdated
Show resolved
Hide resolved
apps/heureka/src/components/Service/ImageDetails/ImageVersionsList/index.tsx
Show resolved
Hide resolved
apps/heureka/src/components/Service/ImageDetails/ImageVersionOccurrences.tsx
Show resolved
Hide resolved
10ca3e9 to
3d83535
Compare
…ready fixed in zod upgrade PR
7d1b14f to
c87e416
Compare
ArtieReus
approved these changes
Feb 13, 2026
Collaborator
ArtieReus
left a comment
There was a problem hiding this comment.
approved with just some FYIs :)
...rvice/ImageDetails/ImageIssuesList/RemediatedIssuesDataRows/RemediatedIssueDataRow/index.tsx
Show resolved
Hide resolved
...eureka/src/components/Service/ImageDetails/ImageIssuesList/RemediationHistoryPanel/index.tsx
Show resolved
Hide resolved
taymoor89
approved these changes
Feb 13, 2026
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.
Summary
Adds false positive remediation to Heureka and introduces an image version details page. Users can mark vulnerabilities as false positive from the image details page and revert false positives from the remediated tab, with success/error feedback via inline messages and toasts. The image version details page shows occurrences and vulnerabilities for a specific version. SHA256 identifiers are shortened to 7 characters in breadcrumbs and page titles for readability in the image version details page. Active and remediated vulnerabilities are reflected in the URL, and the remediation history panel state is encoded in the query string.
Changes Made
False positive remediation
FalsePositiveModalwith required description field and validationMessageand local stateRevert false positive
Toastin the panel (aligned with mark-as-false-positive message style)URL routing for image details
vulnerabilitiesList=active|remediated(defaultactive), andvulRemediations=<CVE>when the remediation history panel is open for a CVEImage version details page
/services/$service/images/$image/versions/$versionImageVersionDetailswith version-specific informationImageVersionOccurrencesfor component instances andImageVersionIssuesListfor vulnerabilities of that versionfetchImageVersionsfor version-specific dataImage details page
SHA256 display
getShortSha256()utility (first 7 characters aftersha256:)Tests
FalsePositiveModal,RemediatedIssueDataRow,RemediationHistoryPanel, andRemediatedIssuesDataRowscomponent which are the main components related to support false positive actions implemented in this PR.Related Issues
[Bug](heureka): replace Technical Filter Keys with Display Names in Filter Pills #935
[Task](heureka): Add image version details page #1407
[Task](heureka): Perform false positive action to vulnerabilities in image details page #1408
[Task](heureka): Delete remediated status of vulnerabilities #1409
[Task](heureka): Add remediated vulnerability details panel with the list of remediation action history #1437
Screenshots (if applicable)
Testing Instructions
pnpm ipnpm TASKChecklist
PR Manifesto
Review the PR Manifesto for best practises.