Skip to content

fix(VulnerabilityTab): Enhance tooltip to display formatted vulnerability#1580

Open
aaryan359 wants to merge 5 commits intoeclipse-sw360:mainfrom
aaryan359:fix/missing_vulnerability_history_on_hover
Open

fix(VulnerabilityTab): Enhance tooltip to display formatted vulnerability#1580
aaryan359 wants to merge 5 commits intoeclipse-sw360:mainfrom
aaryan359:fix/missing_vulnerability_history_on_hover

Conversation

@aaryan359
Copy link
Copy Markdown
Contributor

fixes: #1573

Fixes vulnerability status hover text in Project details so it shows formatted vulnerability history/comment instead of only the current status label.

  • Added lightweight formatting for history text (strip HTML-like tags, keep readable lines).
  • Kept fallback to current relevance value when history is missing.
Screencast.from.2026-04-04.17-25-08.webm

@amritkv amritkv self-assigned this Apr 6, 2026
@amritkv
Copy link
Copy Markdown
Member

amritkv commented Apr 6, 2026

Hey @aaryan359 !
Can you also address another related issue mentioned below :

When there are more than one vulnerabilities in the same vulnerabilities table, and you click to the checkbox to select one vulnerability, it automatically selects all the vulnerabilities which has same externalId, but it shouldn't be the case.

On select we should be selecting only one vulnerability.

@aaryan359 aaryan359 force-pushed the fix/missing_vulnerability_history_on_hover branch from 5748a42 to 971dfd3 Compare April 6, 2026 11:26
@aaryan359
Copy link
Copy Markdown
Contributor Author

@amritkv sir, I fixed the error. Now we can select only one vulnerability.

Screencast.from.2026-04-06.16-52-08.webm

@amritkv
Copy link
Copy Markdown
Member

amritkv commented Apr 11, 2026

Hey @aaryan359 !
You need to show all the info on hover as shown in the issue details. In your case, we're missing some info.
Please have a look at the issue carefully.

@aaryan359
Copy link
Copy Markdown
Contributor Author

@amritkv sir, In the issue, he says to show history, I did the same, just I showed it in the formatted text so it looks good.
Can you please clarify what more information I need to show?

@aaryan359 aaryan359 changed the title fix(VulnerabilityTab): Enhance tooltip to display formatted vulnerabi… fix(VulnerabilityTab): Enhance tooltip to display formatted vulnerability Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Vulnerability history on hover on rating

2 participants