mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Fleet UI: Clarify Fleet uses 3.x CVSS score (#19803)
This commit is contained in:
parent
797b0ec3c5
commit
5cc4b5dd4a
3 changed files with 4 additions and 3 deletions
1
changes/19775-clarify-cvss-score
Normal file
1
changes/19775-clarify-cvss-score
Normal 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).
|
||||
</>
|
||||
}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue