Bump Firefox version (#24181)

This commit is contained in:
Luke Heath 2024-11-26 14:22:52 -06:00 committed by GitHub
parent 5524daea2c
commit d15fda2693
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.