Fleet UI: Clarify Fleet uses 3.x CVSS score (#19803)

This commit is contained in:
RachelElysia
2024-06-18 09:56:24 -04:00
committed by GitHub
parent 797b0ec3c5
commit 5cc4b5dd4a
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
* Clarify Fleet uses CVSS base score version 3.x
@@ -59,7 +59,7 @@ const SoftwareVulnSummary = ({
<DataSet
title={
<TooltipWrapper
tipContent="The worst case impact across different environments (CVSS base score). This data is reported by the National Vulnerability Database (NVD)."
tipContent="The worst case impact across different environments (CVSS version 3.x base score). This data is reported by the National Vulnerability Database (NVD)."
// to match neighboring tooltip wrapper
>
Severity
@@ -92,8 +92,8 @@ const generateTableConfig = (
<TooltipWrapper
tipContent={
<>
The worst case impact across different environments (CVSS base
score).
The worst case impact across different environments (CVSS
version 3.x base score).
</>
}
>