We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbadfd commit c521f65Copy full SHA for c521f65
lib/check/all.sh
@@ -263,6 +263,7 @@ get_first_macos_software_update_summary() {
263
/^[[:space:]]*Title:/ {
264
title=$0
265
sub(/^[[:space:]]*Title: */, "", title)
266
+ sub(/, Version:.*/, "", title)
267
sub(/, Size:.*/, "", title)
268
combined=tolower(label " " title)
269
if (combined ~ /macos|background security improvement|rapid security response|security response/) {
0 commit comments