mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Bump Firefox version (#24181)
This commit is contained in:
parent
5524daea2c
commit
d15fda2693
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ policies:
|
|||
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;
|
||||
query: SELECT 1 FROM apps WHERE name = 'Firefox.app' AND version_compare(bundle_short_version, '132.0.0') >= 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue