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:
Tim Lee 2024-08-02 04:33:57 -06:00 committed by GitHub
parent b1bb4d9dd5
commit e3c3c870c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},