Turn Acrobat Reader CPE test back on (#31049)

#29571 resolved itself apparently.

- [x] Added/updated automated tests
This commit is contained in:
Ian Littman 2025-07-18 09:10:50 -05:00 committed by GitHub
parent 1164ddd6a6
commit b979330680
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -492,18 +492,18 @@ func TestCPEFromSoftwareIntegration(t *testing.T) {
testCases := []struct {
software fleet.Software
cpe string
}{ /*
{ // See #29570
software: fleet.Software{
Name: "Adobe Acrobat Reader DC.app",
Source: "apps",
Version: "22.002.20191",
Vendor: "",
BundleIdentifier: "com.adobe.Reader",
},
cpe: "cpe:2.3:a:adobe:acrobat_reader_dc:22.002.20191:*:*:*:*:macos:*:*",
},
*/{
}{
{
software: fleet.Software{
Name: "Adobe Acrobat Reader DC.app",
Source: "apps",
Version: "22.002.20191",
Vendor: "",
BundleIdentifier: "com.adobe.Reader",
},
cpe: "cpe:2.3:a:adobe:acrobat_reader_dc:22.002.20191:*:*:*:*:macos:*:*",
},
{
software: fleet.Software{
Name: "Adobe Lightroom.app",
Source: "apps",