Don't require CVE-2024-38396 in iTerm2 CVE test to provide latitude for NVD flakiness (#30234)

# Checklist for submitter

- [x] Added/updated automated tests
This commit is contained in:
Ian Littman 2025-06-23 09:35:52 -05:00 committed by GitHub
parent a0d741fe19
commit 46d1c57e7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -412,7 +412,7 @@ func TestTranslateCPEToCVE(t *testing.T) {
"cpe:2.3:a:iterm2:iterm2:3.5.1:*:*:*:*:*:*:*": {
includedCVEs: []cve{
{ID: "CVE-2024-38395", resolvedInVersion: "3.5.2"},
{ID: "CVE-2024-38396", resolvedInVersion: "3.5.2"},
// NVD is being flakey so may not show this // {ID: "CVE-2024-38396", resolvedInVersion: "3.5.2"},
},
continuesToUpdate: true,
},