diff --git a/server/vulnerabilities/nvd/cve_test.go b/server/vulnerabilities/nvd/cve_test.go index 8d51fcafe2..b00ce82c4f 100644 --- a/server/vulnerabilities/nvd/cve_test.go +++ b/server/vulnerabilities/nvd/cve_test.go @@ -400,14 +400,16 @@ func TestTranslateCPEToCVE(t *testing.T) { }, // end of CVE-2023-48795 checks // CVE-2025-21171 handling - "cpe:2.3:a:microsoft:powershell:7.5.0:*:*:*:*:macos:*:*": { - excludedCVEs: []string{"CVE-2025-21171"}, - continuesToUpdate: true, - }, - "cpe:2.3:a:microsoft:powershell:7.5.0:rc.1:*:*:*:macos:*:*": { - includedCVEs: []cve{{ID: "CVE-2025-21171"}}, - continuesToUpdate: true, - }, + // Temporary commented out until we have a proper fix for this CVE + // https://github.com/fleetdm/fleet/pull/30767 + // "cpe:2.3:a:microsoft:powershell:7.5.0:*:*:*:*:macos:*:*": { + // excludedCVEs: []string{"CVE-2025-21171"}, + // continuesToUpdate: true, + // }, + // "cpe:2.3:a:microsoft:powershell:7.5.0:rc.1:*:*:*:macos:*:*": { + // includedCVEs: []cve{{ID: "CVE-2025-21171"}}, + // continuesToUpdate: true, + // }, // end of CVE-2025-21171 checks "cpe:2.3:a:jetbrains:goland:2022.3.99.123.456:*:*:*:*:macos:*:*": { includedCVEs: []cve{{ID: "CVE-2024-37051", resolvedInVersion: "2023.1.6"}},