Show tracking status badge for internal vulnerabilities - #1773
Open
heyiamwahab236 wants to merge 2 commits into
Open
Show tracking status badge for internal vulnerabilities#1773heyiamwahab236 wants to merge 2 commits into
heyiamwahab236 wants to merge 2 commits into
Conversation
Internal vulnerabilities give no visual indication of whether they actually affect anything in the portfolio. If the affected component identifiers (PURL/CPE) do not match any component - for example due to a typo - the vulnerability silently matches nothing. The vulnerability details header now shows a Tracked/Untracked pill badge for INTERNAL vulnerabilities, based on whether the vulnerability currently affects any project. A tooltip explains that Untracked may indicate non-matching component identifiers. Signed-off-by: Abdul wahab Shah <abdulwahab.shah236@gmail.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
3 tasks
The i18n CI check requires new translation keys to be present in every locale file. Non-English locales carry the English strings until translated via Crowdin, consistent with other untranslated entries. Signed-off-by: Abdul wahab Shah <214828401+heyiamwahab236@users.noreply.github.com>
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
Internal vulnerabilities give no visual indication of whether they actually affect
anything in the portfolio. If the affected component identifiers (PURL/CPE) do not
match any component — for example due to a typo — the vulnerability silently matches
nothing.
The vulnerability details header now shows a Tracked/Untracked pill badge for
INTERNAL vulnerabilities, based on whether the vulnerability currently affects any
project. A tooltip explains that Untracked may indicate non-matching identifiers.
Addressed Issue
Part of DependencyTrack/dependency-track#7030
Additional Details
totalAffectedProjectsvalue already present in the view — nonew API calls or backend dependency; works standalone, best together with the
companion backend PR Trigger internal analysis on internal vulnerability create/update dependency-track#7104.
en.jsononly (other locales via Crowdin).Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR introduces changes to the database model, and I have updated the migration changelog accordinglyThis PR introduces new or alters existing behavior, and I have updated the [documentation] accordinglyThis PR is a substantial change (per the ADR criteria), and I have added an [ADR] underdocs/adr/