From 3ca1f5b36e4d488f5e04c23b613f324d8cff66dd Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:20:37 -0700 Subject: [PATCH] Updated the "Operating system up to date (macOS)" policy criteria (#22178) I updated the os_version that is being evaluated in the "Operating system up to date (macOS)" policy to reflect the current and n-1 major OS versions. This is currently 2+ years out of date. --- frontend/pages/policies/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/policies/constants.ts b/frontend/pages/policies/constants.ts index 05b91ebc9d..120926c481 100644 --- a/frontend/pages/policies/constants.ts +++ b/frontend/pages/policies/constants.ts @@ -205,7 +205,7 @@ export const DEFAULT_POLICIES: IPolicyNew[] = [ }, { key: 16, - query: "SELECT 1 FROM os_version WHERE version >= '12.5.1';", + query: "SELECT 1 FROM os_version WHERE version >= '14.6.1' OR version >= '15.0';", name: "Operating system up to date (macOS)", description: "Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.", resolution: