mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix CVE test failure (#33516)
This commit is contained in:
parent
6c5d75e2e0
commit
2823f8b440
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ func TestTranslateCPEToCVE(t *testing.T) {
|
|||
includedCVEs: []cve{
|
||||
{ID: "CVE-2019-20916", resolvedInVersion: "19.2"},
|
||||
{ID: "CVE-2021-3572", resolvedInVersion: "21.1"},
|
||||
{ID: "CVE-2025-8869", resolvedInVersion: "25.3"},
|
||||
{ID: "CVE-2023-5752", resolvedInVersion: "23.3"},
|
||||
},
|
||||
continuesToUpdate: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue