Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion it-and-security/lib/macos/policies/latest-macos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: macOS - Operating system up to date
query: SELECT 1 FROM os_version WHERE version >= '26.4' OR version >= '15.7.5';
query: SELECT 1 FROM os_version WHERE version >= '26.4.1' OR version >= '15.7.5';
critical: true
description: Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.
resolution: Please find time to run Software Update.  > System Settings > Software Update
Expand Down