mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
909a48b0ea
commit
5d92e2a5d8
1 changed files with 9 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue