From b979330680f4b65044d515eb15c31ce63e0ddf54 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Fri, 18 Jul 2025 09:10:50 -0500 Subject: [PATCH] Turn Acrobat Reader CPE test back on (#31049) #29571 resolved itself apparently. - [x] Added/updated automated tests --- server/vulnerabilities/nvd/cpe_test.go | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/server/vulnerabilities/nvd/cpe_test.go b/server/vulnerabilities/nvd/cpe_test.go index d41852a74b..fa2b5a70b4 100644 --- a/server/vulnerabilities/nvd/cpe_test.go +++ b/server/vulnerabilities/nvd/cpe_test.go @@ -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",