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.