teChnology 121
e criteria tag showing the value of “operator” set to “AND” is
on line 8. is is a fundamental breakdown of the logic to be applied
in the vulnerability check. If X AND Y, then the result is true. In
other words, the result of all tests will have a logical AND operation
applied. Following that on lines 9 and 10 are the two criterion type
statements to which the operator is applied.
Each criterion or “criteriontype” has a comment and a “test_ref”
reference. is reference points to the details of the test that is to
be performed. If the criterion is to be negated, then another item is
added within the specific criterion statement. is is the “negate =
‘true’” statement within the criterion. If this is omitted from the crite- ...