Skip to content

Commit

Permalink
Updated the "Operating system up to date (macOS)" policy criteria (#2…
Browse files Browse the repository at this point in the history
…2178)

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.
  • Loading branch information
allenhouchins authored Sep 26, 2024
1 parent 7f7acf8 commit 3ca1f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/policies/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3ca1f5b

Please sign in to comment.