diff --git a/server/vulnerabilities/nvd/cpe_test.go b/server/vulnerabilities/nvd/cpe_test.go index a439676a71..24fe547a72 100644 --- a/server/vulnerabilities/nvd/cpe_test.go +++ b/server/vulnerabilities/nvd/cpe_test.go @@ -1257,15 +1257,16 @@ func TestCPEFromSoftwareIntegration(t *testing.T) { BundleIdentifier: "", }, cpe: "cpe:2.3:a:python:setuptools:63.2.0:*:*:*:*:python:*:*", }, - { - software: fleet.Software{ - Name: "urllib3", - Source: "python_packages", - Version: "1.26.5", - Vendor: "", - BundleIdentifier: "", - }, cpe: "cpe:2.3:a:python:urllib3:1.26.5:*:*:*:*:python:*:*", - }, + // FIXME: https://github.com/fleetdm/fleet/issues/28490 + // { + // software: fleet.Software{ + // Name: "urllib3", + // Source: "python_packages", + // Version: "1.26.5", + // Vendor: "", + // BundleIdentifier: "", + // }, cpe: "cpe:2.3:a:python:urllib3:1.26.5:*:*:*:*:python:*:*", + // }, { software: fleet.Software{ Name: "UTM.app",