Updating Firefox to 140.0.2 (#30468)

Updated macOS policy and software deployment for Firefox to 140.0.2
This commit is contained in:
Mitch Francese
2025-07-01 13:46:08 -04:00
committed by GitHub
parent 933909f489
commit df23be3c02
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
- name: macOS - Firefox up to date
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = 'Firefox.app') OR EXISTS (SELECT 1 FROM apps WHERE name = 'Firefox.app' AND version_compare(bundle_short_version, '138.0.4') >= 0);
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = 'Firefox.app') OR EXISTS (SELECT 1 FROM apps WHERE name = 'Firefox.app' AND version_compare(bundle_short_version, '140.0.2') >= 0);
critical: false
description: The host may have an outdated version of Firefox, potentially risking security vulnerabilities or compatibility issues.
resolution: Download the latest version from self-service or check for updates using Firefox's built-in update functionality. You can also delete Firefox if you are no longer using it.
@@ -1,4 +1,4 @@
url: https://download-installer.cdn.mozilla.net/pub/firefox/releases/138.0.4/mac/en-US/Firefox%20138.0.4.pkg
url: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.0.2/mac/en-US/Firefox%20140.0.2.pkg
self_service: true
categories:
- Browsers