(
concatenations of
(
"There " ;
(
if item 0 of it = 1 then "is" else "are"
)
; " " ; item 0 of it as string ; " " ; item 1 of it ;
(
if item 0 of it = 1 then "" else "es"
)
; " available."
)
)
of
(
number of elements of it, "missing important patch" , it
)
of sets of values of headers "Subject" of relevant fixlets whose
(
exists values whose
(
"Important" = it OR "Critical" = it
)
of headers "X-Fixlet-Source-Severity" of it AND not exists values whose
(
it contains " (Superseded)"
)
of headers "Subject" of it
)
of sites whose
(
"Fixlet Site" = type of it AND exists names whose
(
it starts with "Updates for " OR it starts with "Patches for" OR it = "Enterprise Security"
)
of it
)
( concatenations of ( "There " ; (if item 0 of it = 1 then "is" else "are") ; " " ; item 0 of it as string ; " " ; item 1 of it ; (if item 0 of it = 1 then "" else "es") ; " available." ) ) of (number of elements of it, "missing important patch" , it) of sets of values of headers "Subject" of relevant fixlets whose(exists values whose("Important" = it OR "Critical" = it) of headers "X-Fixlet-Source-Severity" of it AND not exists values whose(it contains " (Superseded)") of headers "Subject" of it) of sites whose("Fixlet Site" = type of it AND exists names whose(it starts with "Updates for " OR it starts with "Patches for" OR it = "Enterprise Security") of it)