From bea64800c9e66cf6b6678529277f3e65e61fbe1a Mon Sep 17 00:00:00 2001 From: Konstantin Sykulev Date: Wed, 6 Aug 2025 16:21:11 -0500 Subject: [PATCH] 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 --- server/vulnerabilities/nvd/cve_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/vulnerabilities/nvd/cve_test.go b/server/vulnerabilities/nvd/cve_test.go index 79ae65b071..fb962b61fe 100644 --- a/server/vulnerabilities/nvd/cve_test.go +++ b/server/vulnerabilities/nvd/cve_test.go @@ -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 {