mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
2311664ba1
commit
bea64800c9
1 changed files with 8 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue