add back test (#31032)

> Closes #28490

This has been fixed on the NVD side. No changes needed other than
re-enabling the test.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Added/updated automated tests
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Jahziel Villasana-Espinoza 2025-07-18 09:14:22 -04:00 committed by GitHub
parent 909a48b0ea
commit 5d92e2a5d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",