Fix CVE test failure (#33516)

This commit is contained in:
Tim Lee 2025-09-26 10:17:10 -06:00 committed by GitHub
parent 6c5d75e2e0
commit 2823f8b440
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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