From 39097df51f0b117261f2775b86e0176d6df2a739 Mon Sep 17 00:00:00 2001 From: Dhruv Trivedi <95343534+drvcodenta@users.noreply.github.com> Date: Sat, 2 Aug 2025 20:15:19 +0530 Subject: [PATCH] Include full CVE in description when no hosts are affected (#31370) Closes #31377 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] QA'd all new/changed functionality manually --- .../SoftwareVulnerabilityDetailsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/SoftwarePage/SoftwareVulnerabilityDetailsPage/SoftwareVulnerabilityDetailsPage.tsx b/frontend/pages/SoftwarePage/SoftwareVulnerabilityDetailsPage/SoftwareVulnerabilityDetailsPage.tsx index c4234a5c57..4079bab958 100644 --- a/frontend/pages/SoftwarePage/SoftwareVulnerabilityDetailsPage/SoftwareVulnerabilityDetailsPage.tsx +++ b/frontend/pages/SoftwarePage/SoftwareVulnerabilityDetailsPage/SoftwareVulnerabilityDetailsPage.tsx @@ -141,7 +141,7 @@ const SoftwareVulnerabilityDetailsPage = ({ {isVulnError || !vuln ? ( ) : ( renderCards(vuln)