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.
This commit is contained in:
Allen Houchins 2024-09-26 09:20:37 -07:00 committed by GitHub
parent 7f7acf8d97
commit 3ca1f5b36e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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