Skip to content

Commit 41e5ba4

Browse files
Update mozilla-firefox.yml (#27857)
1 parent 28a82b1 commit 41e5ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

it-and-security/lib/macos/policies/update-firefox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: macOS - Firefox up to date
2-
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, '134.0.2') >= 0);
2+
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, '137.0') >= 0);
33
critical: false
44
description: The host may have an outdated version of Firefox, potentially risking security vulnerabilities or compatibility issues.
55
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.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
url: https://download-installer.cdn.mozilla.net/pub/firefox/releases/135.0/mac/en-US/Firefox%20135.0.pkg
1+
url: https://download-installer.cdn.mozilla.net/pub/firefox/releases/137.0/mac/en-US/Firefox%20137.0.pkg
22
self_service: true

0 commit comments

Comments
 (0)