Skip to content

Commit

Permalink
Update update-slack.yml (#25868)
Browse files Browse the repository at this point in the history
Updated version string info
  • Loading branch information
allenhouchins authored Jan 29, 2025
1 parent 9740ff7 commit 87f58e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion it-and-security/lib/macos/policies/update-slack.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 87f58e9

Please sign in to comment.