From 1e55db51db9bffd39984265fe0f8dcfe8d321ffe Mon Sep 17 00:00:00 2001 From: Allen Houchins Date: Wed, 29 Jan 2025 13:31:56 -0600 Subject: [PATCH] Update update-slack.yml --- it-and-security/lib/macos/policies/update-slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it-and-security/lib/macos/policies/update-slack.yml b/it-and-security/lib/macos/policies/update-slack.yml index affa845cd7ea..56907e030b8f 100644 --- a/it-and-security/lib/macos/policies/update-slack.yml +++ b/it-and-security/lib/macos/policies/update-slack.yml @@ -1,5 +1,5 @@ - name: macOS - Slack up to date - query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = 'Slack.app') OR EXISTS (SELECT 1 FROM apps WHERE name = 'Slack.app' AND version_compare(bundle_short_version, '4.42.116') >= 0); + query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = 'Slack.app') OR EXISTS (SELECT 1 FROM apps WHERE name = 'Slack.app' AND version_compare(bundle_short_version, '4.42.115') >= 0); critical: false description: The host may be running an outdated version of Slack, which could pose security vulnerabilities or compatibility issues. resolution: Slack can be updated by downloading the latest version from the App Store or by using Slack's built-in update functionality.