mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
hotfix: update CPE tests (#15250)
This commit is contained in:
parent
fd40f3ddf7
commit
97e88ae32e
1 changed files with 4 additions and 4 deletions
|
|
@ -648,7 +648,7 @@ func TestCPEFromSoftwareIntegration(t *testing.T) {
|
|||
Version: "5.11.6 (9890)",
|
||||
Vendor: "",
|
||||
BundleIdentifier: "us.zoom.xos",
|
||||
}, cpe: "cpe:2.3:a:zoom:meetings:5.11.6.9890:*:*:*:*:macos:*:*",
|
||||
}, cpe: "cpe:2.3:a:zoom:zoom:5.11.6.9890:*:*:*:*:macos:*:*",
|
||||
},
|
||||
{
|
||||
software: fleet.Software{
|
||||
|
|
@ -1125,7 +1125,7 @@ func TestCPEFromSoftwareIntegration(t *testing.T) {
|
|||
Version: "3.12.4",
|
||||
Vendor: "",
|
||||
BundleIdentifier: "",
|
||||
}, cpe: "cpe:2.3:a:golang:protobuf:3.12.4:*:*:*:*:python:*:*",
|
||||
}, cpe: "cpe:2.3:a:google:protobuf:3.12.4:*:*:*:*:python:*:*",
|
||||
},
|
||||
{
|
||||
software: fleet.Software{
|
||||
|
|
@ -1152,7 +1152,7 @@ func TestCPEFromSoftwareIntegration(t *testing.T) {
|
|||
Version: "2.3.0+ubuntu2.1",
|
||||
Vendor: "",
|
||||
BundleIdentifier: "",
|
||||
}, cpe: "cpe:2.3:a:debian:python-apt:2.3.0.ubuntu2.1:*:*:*:*:python:*:*",
|
||||
}, cpe: "cpe:2.3:a:ubuntu:python-apt:2.3.0.ubuntu2.1:*:*:*:*:python:*:*",
|
||||
},
|
||||
{
|
||||
software: fleet.Software{
|
||||
|
|
@ -1188,7 +1188,7 @@ func TestCPEFromSoftwareIntegration(t *testing.T) {
|
|||
Version: "2.25.1",
|
||||
Vendor: "",
|
||||
BundleIdentifier: "",
|
||||
}, cpe: "cpe:2.3:a:jenkins:requests:2.25.1:*:*:*:*:python:*:*",
|
||||
}, cpe: "cpe:2.3:a:python:requests:2.25.1:*:*:*:*:python:*:*",
|
||||
},
|
||||
{
|
||||
software: fleet.Software{
|
||||
|
|
|
|||
Loading…
Reference in a new issue