We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646cfbf commit a375069Copy full SHA for a375069
it-and-security/lib/macos/policies/latest-macos.yml
@@ -1,5 +1,5 @@
1
- name: macOS - Operating system up to date
2
- query: SELECT 1 FROM os_version WHERE version >= '15.3.2';
+ query: SELECT 1 FROM os_version WHERE version >= '15.4';
3
critical: true
4
description: Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.
5
resolution: Please find time to run Software Update. > System Settings > Software Update
0 commit comments