diff --git a/server/vulnerabilities/nvd/cpe_test.go b/server/vulnerabilities/nvd/cpe_test.go index 61ba270344..d41852a74b 100644 --- a/server/vulnerabilities/nvd/cpe_test.go +++ b/server/vulnerabilities/nvd/cpe_test.go @@ -1257,16 +1257,15 @@ func TestCPEFromSoftwareIntegration(t *testing.T) { BundleIdentifier: "", }, cpe: "cpe:2.3:a:python:setuptools:63.2.0:*:*:*:*: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: "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",