mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update Safari policy version (#38278)
This PR automatically updates the Safari version policy for dogfood. The changes were generated automatically by the [dogfood-automated-policy-updates workflow](https://github.com/fleetdm/fleet/actions/workflows/dogfood-automated-policy-updates.yml). Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com>
This commit is contained in:
parent
0aece4fea4
commit
37d4ca4686
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
- name: macOS - Safari up to date
|
||||
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.apple.Safari') OR (EXISTS (SELECT 1 FROM os_version WHERE version LIKE '26.%') AND EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.apple.Safari' AND version_compare(bundle_short_version, '26.1') >= 0)) OR (EXISTS (SELECT 1 FROM os_version WHERE version LIKE '15.%') AND EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.apple.Safari' AND version_compare(bundle_short_version, '18.6') >= 0));
|
||||
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.apple.Safari') OR (EXISTS (SELECT 1 FROM os_version WHERE version LIKE '26.%') AND EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.apple.Safari' AND version_compare(bundle_short_version, '26.2') >= 0)) OR (EXISTS (SELECT 1 FROM os_version WHERE version LIKE '15.%') AND EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.apple.Safari' AND version_compare(bundle_short_version, '18.6') >= 0));
|
||||
critical: false
|
||||
description: The host may have an outdated version of Safari, potentially risking security vulnerabilities or compatibility issues.
|
||||
resolution: Update Safari by running the Safari update package from self-service, or manually run Software Update ( > System Settings > Software Update).
|
||||
platform: darwin
|
||||
calendar_events_enabled: false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue