mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
parent
9740ff7d23
commit
87f58e9e46
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue