Fleet UI: Clarify Fleet uses 3.x CVSS score (#19803)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* Clarify Fleet uses CVSS base score version 3.x
|
||||
+1
-1
@@ -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
|
||||
|
||||
+2
-2
@@ -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).
|
||||
</>
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user