Test for false positive for CVE-2025-6554 on mac and linux (#31677)

fixes #30682

If some of the following don't apply, delete the relevant line.

## Testing

- [x] Added/updated automated tests
- [x] QA'd all new/changed functionality manually
This commit is contained in:
Konstantin Sykulev 2025-08-06 16:21:11 -05:00 committed by GitHub
parent 2311664ba1
commit bea64800c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -553,6 +553,14 @@ func TestTranslateCPEToCVE(t *testing.T) {
},
continuesToUpdate: true,
},
"cpe:2.3:a:google:chrome:138.0.7204.91:*:*:*:*:linux:*:*": {
excludedCVEs: []string{"CVE-2025-6554"},
continuesToUpdate: true,
},
"cpe:2.3:a:google:chrome:138.0.7204.92:*:*:*:*:macos:*:*": {
excludedCVEs: []string{"CVE-2025-6554"},
continuesToUpdate: true,
},
}
cveOSTests := []struct {