mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Ignore Rejected CVEs Test (#19974)
#18913 This is a test to ensure Rejected CVEs do not match against software. The related PR needs to be merged first, otherwise this test will fail: https://github.com/fleetdm/fleet/pull/19972 - [X] Added/updated tests
This commit is contained in:
parent
b1bb4d9dd5
commit
e3c3c870c9
1 changed files with 1 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ func TestTranslateCPEToCVE(t *testing.T) {
|
|||
},
|
||||
excludedCVEs: []string{
|
||||
"CVE-2023-28205", // This vulnerability is for Safari 16.4.0
|
||||
"CVE-2024-23252", // Rejected CVE
|
||||
},
|
||||
continuesToUpdate: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue