Skip to content

Commit

Permalink
Add macOS policies for patching in workstations-canary.yml (#22323)
Browse files Browse the repository at this point in the history
  • Loading branch information
dherder committed Sep 23, 2024
1 parent 03c3c6c commit 1fdd127
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions it-and-security/teams/workstations-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,20 @@ policies:
resolution: We will perform system maintenance on your device.
platform: darwin
calendar_events_enabled: true
- name: macOS - Upgrade Firefox
query: SELECT 1 FROM apps WHERE name = 'Firefox.app' AND version_compare(bundle_short_version, '130.0.1') >= 0;
critical: false
description: The host may have an outdated or non-existent version of Firefox, potentially risking security vulnerabilities or compatibility issues.
resolution: During maintenance, the Firefox app could be updated to the correct version or installed if it's missing.
platform: darwin
calendar_events_enabled: false
- name: macOS - Upgrade Slack
query: SELECT 1 FROM apps WHERE name = 'Slack.app' AND version_compare(bundle_short_version, '4.40.126') >= 0;
critical: false
description: The host may be running an outdated version of Slack, which could pose security vulnerabilities or compatibility issues.
resolution: The host's Slack application will likely be updated to a version that is greater than or equal to '4.40.126'.
platform: darwin
calendar_events_enabled: false
queries:
- path: ../lib/collect-failed-login-attempts.queries.yml
- path: ../lib/collect-fleetd-information.yml
Expand Down

0 comments on commit 1fdd127

Please sign in to comment.