Filter: CVSSMetricV3Filter

Filter type for CVSSMetricV3.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDCVSSMetricV3Filter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORCVSSMetricV3Filter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

attackComplexityString

Checks if attackComplexity equals a specified string, case-sensitively.

If an index exists on attackComplexity, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_containsString

Checks if attackComplexity contains a specified string, case-sensitively.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_ends_withString

Checks if attackComplexity ends with a specified string, case-sensitively.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_gtString

Checks if attackComplexity is greater than a specified value.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_gteString

Checks if attackComplexity is greater or equal a specified value.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_inString

Checks if attackComplexity is equal to one of the specified values.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_likeString

Matches attackComplexity against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on attackComplexity, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_ltString

Checks if attackComplexity is less than a specified value.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_lteString

Checks if attackComplexity is less or equal a specified value.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_notString

Checks if attackComplexity does not equal a specified string, case-sensitively.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_not_containsString

Checks if attackComplexity does not contain a specified string, case-sensitively.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_not_ends_withString

Checks if attackComplexity does not end with a specified string, case-sensitively.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_not_inString

Checks if attackComplexity is not equal to one of the specified values.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_not_likeString

Checks if attackComplexity does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_not_starts_withString

Checks if attackComplexity does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackComplexity_starts_withString

Checks if attackComplexity starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 attack complexity metric. This has a value of either 'Low (L)', or 'High (H)'.

attackVectorString

Checks if attackVector equals a specified string, case-sensitively.

If an index exists on attackVector, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_containsString

Checks if attackVector contains a specified string, case-sensitively.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_ends_withString

Checks if attackVector ends with a specified string, case-sensitively.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_gtString

Checks if attackVector is greater than a specified value.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_gteString

Checks if attackVector is greater or equal a specified value.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_inString

Checks if attackVector is equal to one of the specified values.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_likeString

Matches attackVector against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on attackVector, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_ltString

Checks if attackVector is less than a specified value.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_lteString

Checks if attackVector is less or equal a specified value.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_notString

Checks if attackVector does not equal a specified string, case-sensitively.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_not_containsString

Checks if attackVector does not contain a specified string, case-sensitively.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_not_ends_withString

Checks if attackVector does not end with a specified string, case-sensitively.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_not_inString

Checks if attackVector is not equal to one of the specified values.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_not_likeString

Checks if attackVector does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_not_starts_withString

Checks if attackVector does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

attackVector_starts_withString

Checks if attackVector starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

availabilityImpactString

Checks if availabilityImpact equals a specified string, case-sensitively.

If an index exists on availabilityImpact, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_containsString

Checks if availabilityImpact contains a specified string, case-sensitively.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_ends_withString

Checks if availabilityImpact ends with a specified string, case-sensitively.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_gtString

Checks if availabilityImpact is greater than a specified value.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_gteString

Checks if availabilityImpact is greater or equal a specified value.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_inString

Checks if availabilityImpact is equal to one of the specified values.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_likeString

Matches availabilityImpact against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on availabilityImpact, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_ltString

Checks if availabilityImpact is less than a specified value.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_lteString

Checks if availabilityImpact is less or equal a specified value.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_notString

Checks if availabilityImpact does not equal a specified string, case-sensitively.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_not_containsString

Checks if availabilityImpact does not contain a specified string, case-sensitively.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_not_ends_withString

Checks if availabilityImpact does not end with a specified string, case-sensitively.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_not_inString

Checks if availabilityImpact is not equal to one of the specified values.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_not_likeString

Checks if availabilityImpact does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_not_starts_withString

Checks if availabilityImpact does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityImpact_starts_withString

Checks if availabilityImpact starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

availabilityRequirementString

Checks if availabilityRequirement equals a specified string, case-sensitively.

If an index exists on availabilityRequirement, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_containsString

Checks if availabilityRequirement contains a specified string, case-sensitively.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_ends_withString

Checks if availabilityRequirement ends with a specified string, case-sensitively.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_gtString

Checks if availabilityRequirement is greater than a specified value.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_gteString

Checks if availabilityRequirement is greater or equal a specified value.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_inString

Checks if availabilityRequirement is equal to one of the specified values.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_likeString

Matches availabilityRequirement against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on availabilityRequirement, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_ltString

Checks if availabilityRequirement is less than a specified value.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_lteString

Checks if availabilityRequirement is less or equal a specified value.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_notString

Checks if availabilityRequirement does not equal a specified string, case-sensitively.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_not_containsString

Checks if availabilityRequirement does not contain a specified string, case-sensitively.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_not_ends_withString

Checks if availabilityRequirement does not end with a specified string, case-sensitively.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_not_inString

Checks if availabilityRequirement is not equal to one of the specified values.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_not_likeString

Checks if availabilityRequirement does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_not_starts_withString

Checks if availabilityRequirement does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

availabilityRequirement_starts_withString

Checks if availabilityRequirement starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 availability requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

baseScoreFloat

Checks if baseScore equals a specified value.

If an index exists on baseScore, it can be used.

The CVSS version 3 base score. This is a number between 0.0 and 10.0.

baseScore_gtFloat

Checks if baseScore is greater than a specified value.

The CVSS version 3 base score. This is a number between 0.0 and 10.0.

baseScore_gteFloat

Checks if baseScore is greater or equal a specified value.

The CVSS version 3 base score. This is a number between 0.0 and 10.0.

baseScore_inFloat

Checks if baseScore is equal to one of the specified values.

The CVSS version 3 base score. This is a number between 0.0 and 10.0.

baseScore_ltFloat

Checks if baseScore is less than a specified value.

The CVSS version 3 base score. This is a number between 0.0 and 10.0.

baseScore_lteFloat

Checks if baseScore is less or equal a specified value.

The CVSS version 3 base score. This is a number between 0.0 and 10.0.

baseScore_notFloat

Checks if baseScore does not equal a specified value

The CVSS version 3 base score. This is a number between 0.0 and 10.0.

baseScore_not_inFloat

Checks if baseScore is not equal to one of the specified values.

The CVSS version 3 base score. This is a number between 0.0 and 10.0.

baseSeverityString

Checks if baseSeverity equals a specified string, case-sensitively.

If an index exists on baseSeverity, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_containsString

Checks if baseSeverity contains a specified string, case-sensitively.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_ends_withString

Checks if baseSeverity ends with a specified string, case-sensitively.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_gtString

Checks if baseSeverity is greater than a specified value.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_gteString

Checks if baseSeverity is greater or equal a specified value.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_inString

Checks if baseSeverity is equal to one of the specified values.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_likeString

Matches baseSeverity against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on baseSeverity, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_ltString

Checks if baseSeverity is less than a specified value.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_lteString

Checks if baseSeverity is less or equal a specified value.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_notString

Checks if baseSeverity does not equal a specified string, case-sensitively.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_not_containsString

Checks if baseSeverity does not contain a specified string, case-sensitively.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_not_ends_withString

Checks if baseSeverity does not end with a specified string, case-sensitively.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_not_inString

Checks if baseSeverity is not equal to one of the specified values.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_not_likeString

Checks if baseSeverity does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_not_starts_withString

Checks if baseSeverity does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

baseSeverity_starts_withString

Checks if baseSeverity starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 base severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

confidentialityImpactString

Checks if confidentialityImpact equals a specified string, case-sensitively.

If an index exists on confidentialityImpact, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_containsString

Checks if confidentialityImpact contains a specified string, case-sensitively.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_ends_withString

Checks if confidentialityImpact ends with a specified string, case-sensitively.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_gtString

Checks if confidentialityImpact is greater than a specified value.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_gteString

Checks if confidentialityImpact is greater or equal a specified value.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_inString

Checks if confidentialityImpact is equal to one of the specified values.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_likeString

Matches confidentialityImpact against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on confidentialityImpact, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_ltString

Checks if confidentialityImpact is less than a specified value.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_lteString

Checks if confidentialityImpact is less or equal a specified value.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_notString

Checks if confidentialityImpact does not equal a specified string, case-sensitively.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_not_containsString

Checks if confidentialityImpact does not contain a specified string, case-sensitively.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_not_ends_withString

Checks if confidentialityImpact does not end with a specified string, case-sensitively.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_not_inString

Checks if confidentialityImpact is not equal to one of the specified values.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_not_likeString

Checks if confidentialityImpact does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_not_starts_withString

Checks if confidentialityImpact does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityImpact_starts_withString

Checks if confidentialityImpact starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

confidentialityRequirementString

Checks if confidentialityRequirement equals a specified string, case-sensitively.

If an index exists on confidentialityRequirement, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_containsString

Checks if confidentialityRequirement contains a specified string, case-sensitively.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_ends_withString

Checks if confidentialityRequirement ends with a specified string, case-sensitively.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_gtString

Checks if confidentialityRequirement is greater than a specified value.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_gteString

Checks if confidentialityRequirement is greater or equal a specified value.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_inString

Checks if confidentialityRequirement is equal to one of the specified values.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_likeString

Matches confidentialityRequirement against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on confidentialityRequirement, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_ltString

Checks if confidentialityRequirement is less than a specified value.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_lteString

Checks if confidentialityRequirement is less or equal a specified value.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_notString

Checks if confidentialityRequirement does not equal a specified string, case-sensitively.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_not_containsString

Checks if confidentialityRequirement does not contain a specified string, case-sensitively.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_not_ends_withString

Checks if confidentialityRequirement does not end with a specified string, case-sensitively.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_not_inString

Checks if confidentialityRequirement is not equal to one of the specified values.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_not_likeString

Checks if confidentialityRequirement does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_not_starts_withString

Checks if confidentialityRequirement does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

confidentialityRequirement_starts_withString

Checks if confidentialityRequirement starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 confidentiality requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

environmentalScoreFloat

Checks if environmentalScore equals a specified value.

If an index exists on environmentalScore, it can be used.

The CVSS version 3 environmental score. This is a number between 0.0 and 10.0.

environmentalScore_gtFloat

Checks if environmentalScore is greater than a specified value.

The CVSS version 3 environmental score. This is a number between 0.0 and 10.0.

environmentalScore_gteFloat

Checks if environmentalScore is greater or equal a specified value.

The CVSS version 3 environmental score. This is a number between 0.0 and 10.0.

environmentalScore_inFloat

Checks if environmentalScore is equal to one of the specified values.

The CVSS version 3 environmental score. This is a number between 0.0 and 10.0.

environmentalScore_ltFloat

Checks if environmentalScore is less than a specified value.

The CVSS version 3 environmental score. This is a number between 0.0 and 10.0.

environmentalScore_lteFloat

Checks if environmentalScore is less or equal a specified value.

The CVSS version 3 environmental score. This is a number between 0.0 and 10.0.

environmentalScore_notFloat

Checks if environmentalScore does not equal a specified value

The CVSS version 3 environmental score. This is a number between 0.0 and 10.0.

environmentalScore_not_inFloat

Checks if environmentalScore is not equal to one of the specified values.

The CVSS version 3 environmental score. This is a number between 0.0 and 10.0.

environmentalSeverityString

Checks if environmentalSeverity equals a specified string, case-sensitively.

If an index exists on environmentalSeverity, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_containsString

Checks if environmentalSeverity contains a specified string, case-sensitively.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_ends_withString

Checks if environmentalSeverity ends with a specified string, case-sensitively.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_gtString

Checks if environmentalSeverity is greater than a specified value.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_gteString

Checks if environmentalSeverity is greater or equal a specified value.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_inString

Checks if environmentalSeverity is equal to one of the specified values.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_likeString

Matches environmentalSeverity against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on environmentalSeverity, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_ltString

Checks if environmentalSeverity is less than a specified value.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_lteString

Checks if environmentalSeverity is less or equal a specified value.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_notString

Checks if environmentalSeverity does not equal a specified string, case-sensitively.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_not_containsString

Checks if environmentalSeverity does not contain a specified string, case-sensitively.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_not_ends_withString

Checks if environmentalSeverity does not end with a specified string, case-sensitively.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_not_inString

Checks if environmentalSeverity is not equal to one of the specified values.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_not_likeString

Checks if environmentalSeverity does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_not_starts_withString

Checks if environmentalSeverity does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

environmentalSeverity_starts_withString

Checks if environmentalSeverity starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 environmental severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

exploitCodeMaturityString

Checks if exploitCodeMaturity equals a specified string, case-sensitively.

If an index exists on exploitCodeMaturity, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_containsString

Checks if exploitCodeMaturity contains a specified string, case-sensitively.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_ends_withString

Checks if exploitCodeMaturity ends with a specified string, case-sensitively.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_gtString

Checks if exploitCodeMaturity is greater than a specified value.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_gteString

Checks if exploitCodeMaturity is greater or equal a specified value.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_inString

Checks if exploitCodeMaturity is equal to one of the specified values.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_likeString

Matches exploitCodeMaturity against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on exploitCodeMaturity, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_ltString

Checks if exploitCodeMaturity is less than a specified value.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_lteString

Checks if exploitCodeMaturity is less or equal a specified value.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_notString

Checks if exploitCodeMaturity does not equal a specified string, case-sensitively.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_not_containsString

Checks if exploitCodeMaturity does not contain a specified string, case-sensitively.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_not_ends_withString

Checks if exploitCodeMaturity does not end with a specified string, case-sensitively.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_not_inString

Checks if exploitCodeMaturity is not equal to one of the specified values.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_not_likeString

Checks if exploitCodeMaturity does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_not_starts_withString

Checks if exploitCodeMaturity does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

exploitCodeMaturity_starts_withString

Checks if exploitCodeMaturity starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 exploit code maturity metric. This has a value of either 'Not Defined (X)', 'Unproven (U)', 'Proof-of-Concept (P)', 'Functional (F)', or 'High (H)'.

integrityImpactString

Checks if integrityImpact equals a specified string, case-sensitively.

If an index exists on integrityImpact, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_containsString

Checks if integrityImpact contains a specified string, case-sensitively.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_ends_withString

Checks if integrityImpact ends with a specified string, case-sensitively.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_gtString

Checks if integrityImpact is greater than a specified value.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_gteString

Checks if integrityImpact is greater or equal a specified value.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_inString

Checks if integrityImpact is equal to one of the specified values.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_likeString

Matches integrityImpact against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on integrityImpact, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_ltString

Checks if integrityImpact is less than a specified value.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_lteString

Checks if integrityImpact is less or equal a specified value.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_notString

Checks if integrityImpact does not equal a specified string, case-sensitively.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_not_containsString

Checks if integrityImpact does not contain a specified string, case-sensitively.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_not_ends_withString

Checks if integrityImpact does not end with a specified string, case-sensitively.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_not_inString

Checks if integrityImpact is not equal to one of the specified values.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_not_likeString

Checks if integrityImpact does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_not_starts_withString

Checks if integrityImpact does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityImpact_starts_withString

Checks if integrityImpact starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 integrity impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

integrityRequirementString

Checks if integrityRequirement equals a specified string, case-sensitively.

If an index exists on integrityRequirement, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_containsString

Checks if integrityRequirement contains a specified string, case-sensitively.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_ends_withString

Checks if integrityRequirement ends with a specified string, case-sensitively.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_gtString

Checks if integrityRequirement is greater than a specified value.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_gteString

Checks if integrityRequirement is greater or equal a specified value.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_inString

Checks if integrityRequirement is equal to one of the specified values.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_likeString

Matches integrityRequirement against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on integrityRequirement, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_ltString

Checks if integrityRequirement is less than a specified value.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_lteString

Checks if integrityRequirement is less or equal a specified value.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_notString

Checks if integrityRequirement does not equal a specified string, case-sensitively.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_not_containsString

Checks if integrityRequirement does not contain a specified string, case-sensitively.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_not_ends_withString

Checks if integrityRequirement does not end with a specified string, case-sensitively.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_not_inString

Checks if integrityRequirement is not equal to one of the specified values.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_not_likeString

Checks if integrityRequirement does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_not_starts_withString

Checks if integrityRequirement does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

integrityRequirement_starts_withString

Checks if integrityRequirement starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 integrity requirement metric. This has a value of either 'Not Defined (X)', 'Low (L)', 'Medium (M)', or 'High (H)'.

modifiedAttackComplexityString

Checks if modifiedAttackComplexity equals a specified string, case-sensitively.

If an index exists on modifiedAttackComplexity, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_containsString

Checks if modifiedAttackComplexity contains a specified string, case-sensitively.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_ends_withString

Checks if modifiedAttackComplexity ends with a specified string, case-sensitively.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_gtString

Checks if modifiedAttackComplexity is greater than a specified value.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_gteString

Checks if modifiedAttackComplexity is greater or equal a specified value.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_inString

Checks if modifiedAttackComplexity is equal to one of the specified values.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_likeString

Matches modifiedAttackComplexity against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on modifiedAttackComplexity, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_ltString

Checks if modifiedAttackComplexity is less than a specified value.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_lteString

Checks if modifiedAttackComplexity is less or equal a specified value.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_notString

Checks if modifiedAttackComplexity does not equal a specified string, case-sensitively.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_not_containsString

Checks if modifiedAttackComplexity does not contain a specified string, case-sensitively.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_not_ends_withString

Checks if modifiedAttackComplexity does not end with a specified string, case-sensitively.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_not_inString

Checks if modifiedAttackComplexity is not equal to one of the specified values.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_not_likeString

Checks if modifiedAttackComplexity does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_not_starts_withString

Checks if modifiedAttackComplexity does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackComplexity_starts_withString

Checks if modifiedAttackComplexity starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified attack complexity. This has a value of either 'Low (L)', or 'High (H)'.

modifiedAttackVectorString

Checks if modifiedAttackVector equals a specified string, case-sensitively.

If an index exists on modifiedAttackVector, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_containsString

Checks if modifiedAttackVector contains a specified string, case-sensitively.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_ends_withString

Checks if modifiedAttackVector ends with a specified string, case-sensitively.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_gtString

Checks if modifiedAttackVector is greater than a specified value.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_gteString

Checks if modifiedAttackVector is greater or equal a specified value.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_inString

Checks if modifiedAttackVector is equal to one of the specified values.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_likeString

Matches modifiedAttackVector against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on modifiedAttackVector, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_ltString

Checks if modifiedAttackVector is less than a specified value.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_lteString

Checks if modifiedAttackVector is less or equal a specified value.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_notString

Checks if modifiedAttackVector does not equal a specified string, case-sensitively.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_not_containsString

Checks if modifiedAttackVector does not contain a specified string, case-sensitively.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_not_ends_withString

Checks if modifiedAttackVector does not end with a specified string, case-sensitively.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_not_inString

Checks if modifiedAttackVector is not equal to one of the specified values.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_not_likeString

Checks if modifiedAttackVector does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_not_starts_withString

Checks if modifiedAttackVector does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAttackVector_starts_withString

Checks if modifiedAttackVector starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified attack vector. This has a value of either 'Network (N)', 'Adjacent', 'Local (L)', or 'Physical (P)'.

modifiedAvailabilityImpactString

Checks if modifiedAvailabilityImpact equals a specified string, case-sensitively.

If an index exists on modifiedAvailabilityImpact, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_containsString

Checks if modifiedAvailabilityImpact contains a specified string, case-sensitively.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_ends_withString

Checks if modifiedAvailabilityImpact ends with a specified string, case-sensitively.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_gtString

Checks if modifiedAvailabilityImpact is greater than a specified value.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_gteString

Checks if modifiedAvailabilityImpact is greater or equal a specified value.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_inString

Checks if modifiedAvailabilityImpact is equal to one of the specified values.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_likeString

Matches modifiedAvailabilityImpact against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on modifiedAvailabilityImpact, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_ltString

Checks if modifiedAvailabilityImpact is less than a specified value.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_lteString

Checks if modifiedAvailabilityImpact is less or equal a specified value.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_notString

Checks if modifiedAvailabilityImpact does not equal a specified string, case-sensitively.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_not_containsString

Checks if modifiedAvailabilityImpact does not contain a specified string, case-sensitively.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_not_ends_withString

Checks if modifiedAvailabilityImpact does not end with a specified string, case-sensitively.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_not_inString

Checks if modifiedAvailabilityImpact is not equal to one of the specified values.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_not_likeString

Checks if modifiedAvailabilityImpact does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_not_starts_withString

Checks if modifiedAvailabilityImpact does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedAvailabilityImpact_starts_withString

Checks if modifiedAvailabilityImpact starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified availability impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpactString

Checks if modifiedConfidentialityImpact equals a specified string, case-sensitively.

If an index exists on modifiedConfidentialityImpact, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_containsString

Checks if modifiedConfidentialityImpact contains a specified string, case-sensitively.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_ends_withString

Checks if modifiedConfidentialityImpact ends with a specified string, case-sensitively.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_gtString

Checks if modifiedConfidentialityImpact is greater than a specified value.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_gteString

Checks if modifiedConfidentialityImpact is greater or equal a specified value.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_inString

Checks if modifiedConfidentialityImpact is equal to one of the specified values.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_likeString

Matches modifiedConfidentialityImpact against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on modifiedConfidentialityImpact, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_ltString

Checks if modifiedConfidentialityImpact is less than a specified value.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_lteString

Checks if modifiedConfidentialityImpact is less or equal a specified value.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_notString

Checks if modifiedConfidentialityImpact does not equal a specified string, case-sensitively.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_not_containsString

Checks if modifiedConfidentialityImpact does not contain a specified string, case-sensitively.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_not_ends_withString

Checks if modifiedConfidentialityImpact does not end with a specified string, case-sensitively.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_not_inString

Checks if modifiedConfidentialityImpact is not equal to one of the specified values.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_not_likeString

Checks if modifiedConfidentialityImpact does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_not_starts_withString

Checks if modifiedConfidentialityImpact does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedConfidentialityImpact_starts_withString

Checks if modifiedConfidentialityImpact starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified confidentiality impact metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpactString

Checks if modifiedIntegrityImpact equals a specified string, case-sensitively.

If an index exists on modifiedIntegrityImpact, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_containsString

Checks if modifiedIntegrityImpact contains a specified string, case-sensitively.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_ends_withString

Checks if modifiedIntegrityImpact ends with a specified string, case-sensitively.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_gtString

Checks if modifiedIntegrityImpact is greater than a specified value.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_gteString

Checks if modifiedIntegrityImpact is greater or equal a specified value.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_inString

Checks if modifiedIntegrityImpact is equal to one of the specified values.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_likeString

Matches modifiedIntegrityImpact against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on modifiedIntegrityImpact, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_ltString

Checks if modifiedIntegrityImpact is less than a specified value.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_lteString

Checks if modifiedIntegrityImpact is less or equal a specified value.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_notString

Checks if modifiedIntegrityImpact does not equal a specified string, case-sensitively.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_not_containsString

Checks if modifiedIntegrityImpact does not contain a specified string, case-sensitively.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_not_ends_withString

Checks if modifiedIntegrityImpact does not end with a specified string, case-sensitively.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_not_inString

Checks if modifiedIntegrityImpact is not equal to one of the specified values.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_not_likeString

Checks if modifiedIntegrityImpact does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_not_starts_withString

Checks if modifiedIntegrityImpact does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedIntegrityImpact_starts_withString

Checks if modifiedIntegrityImpact starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified exploit code maturity metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequiredString

Checks if modifiedPrivilegesRequired equals a specified string, case-sensitively.

If an index exists on modifiedPrivilegesRequired, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_containsString

Checks if modifiedPrivilegesRequired contains a specified string, case-sensitively.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_ends_withString

Checks if modifiedPrivilegesRequired ends with a specified string, case-sensitively.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_gtString

Checks if modifiedPrivilegesRequired is greater than a specified value.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_gteString

Checks if modifiedPrivilegesRequired is greater or equal a specified value.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_inString

Checks if modifiedPrivilegesRequired is equal to one of the specified values.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_likeString

Matches modifiedPrivilegesRequired against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on modifiedPrivilegesRequired, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_ltString

Checks if modifiedPrivilegesRequired is less than a specified value.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_lteString

Checks if modifiedPrivilegesRequired is less or equal a specified value.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_notString

Checks if modifiedPrivilegesRequired does not equal a specified string, case-sensitively.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_not_containsString

Checks if modifiedPrivilegesRequired does not contain a specified string, case-sensitively.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_not_ends_withString

Checks if modifiedPrivilegesRequired does not end with a specified string, case-sensitively.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_not_inString

Checks if modifiedPrivilegesRequired is not equal to one of the specified values.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_not_likeString

Checks if modifiedPrivilegesRequired does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_not_starts_withString

Checks if modifiedPrivilegesRequired does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedPrivilegesRequired_starts_withString

Checks if modifiedPrivilegesRequired starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

modifiedScopeString

Checks if modifiedScope equals a specified string, case-sensitively.

If an index exists on modifiedScope, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_containsString

Checks if modifiedScope contains a specified string, case-sensitively.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_ends_withString

Checks if modifiedScope ends with a specified string, case-sensitively.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_gtString

Checks if modifiedScope is greater than a specified value.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_gteString

Checks if modifiedScope is greater or equal a specified value.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_inString

Checks if modifiedScope is equal to one of the specified values.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_likeString

Matches modifiedScope against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on modifiedScope, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_ltString

Checks if modifiedScope is less than a specified value.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_lteString

Checks if modifiedScope is less or equal a specified value.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_notString

Checks if modifiedScope does not equal a specified string, case-sensitively.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_not_containsString

Checks if modifiedScope does not contain a specified string, case-sensitively.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_not_ends_withString

Checks if modifiedScope does not end with a specified string, case-sensitively.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_not_inString

Checks if modifiedScope is not equal to one of the specified values.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_not_likeString

Checks if modifiedScope does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_not_starts_withString

Checks if modifiedScope does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedScope_starts_withString

Checks if modifiedScope starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

modifiedUserInteractionString

Checks if modifiedUserInteraction equals a specified string, case-sensitively.

If an index exists on modifiedUserInteraction, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_containsString

Checks if modifiedUserInteraction contains a specified string, case-sensitively.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_ends_withString

Checks if modifiedUserInteraction ends with a specified string, case-sensitively.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_gtString

Checks if modifiedUserInteraction is greater than a specified value.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_gteString

Checks if modifiedUserInteraction is greater or equal a specified value.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_inString

Checks if modifiedUserInteraction is equal to one of the specified values.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_likeString

Matches modifiedUserInteraction against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on modifiedUserInteraction, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_ltString

Checks if modifiedUserInteraction is less than a specified value.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_lteString

Checks if modifiedUserInteraction is less or equal a specified value.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_notString

Checks if modifiedUserInteraction does not equal a specified string, case-sensitively.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_not_containsString

Checks if modifiedUserInteraction does not contain a specified string, case-sensitively.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_not_ends_withString

Checks if modifiedUserInteraction does not end with a specified string, case-sensitively.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_not_inString

Checks if modifiedUserInteraction is not equal to one of the specified values.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_not_likeString

Checks if modifiedUserInteraction does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_not_starts_withString

Checks if modifiedUserInteraction does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

modifiedUserInteraction_starts_withString

Checks if modifiedUserInteraction starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 modified user interaction metric. This has a value of either 'None (N)', 'Required (R)'.

privilegesRequiredString

Checks if privilegesRequired equals a specified string, case-sensitively.

If an index exists on privilegesRequired, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_containsString

Checks if privilegesRequired contains a specified string, case-sensitively.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_ends_withString

Checks if privilegesRequired ends with a specified string, case-sensitively.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_gtString

Checks if privilegesRequired is greater than a specified value.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_gteString

Checks if privilegesRequired is greater or equal a specified value.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_inString

Checks if privilegesRequired is equal to one of the specified values.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_likeString

Matches privilegesRequired against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on privilegesRequired, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_ltString

Checks if privilegesRequired is less than a specified value.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_lteString

Checks if privilegesRequired is less or equal a specified value.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_notString

Checks if privilegesRequired does not equal a specified string, case-sensitively.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_not_containsString

Checks if privilegesRequired does not contain a specified string, case-sensitively.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_not_ends_withString

Checks if privilegesRequired does not end with a specified string, case-sensitively.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_not_inString

Checks if privilegesRequired is not equal to one of the specified values.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_not_likeString

Checks if privilegesRequired does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_not_starts_withString

Checks if privilegesRequired does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

privilegesRequired_starts_withString

Checks if privilegesRequired starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 privileges required metric. This has a value of either 'None (N)', 'Low (L)', or 'High (H)'.

remediationLevelString

Checks if remediationLevel equals a specified string, case-sensitively.

If an index exists on remediationLevel, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_containsString

Checks if remediationLevel contains a specified string, case-sensitively.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_ends_withString

Checks if remediationLevel ends with a specified string, case-sensitively.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_gtString

Checks if remediationLevel is greater than a specified value.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_gteString

Checks if remediationLevel is greater or equal a specified value.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_inString

Checks if remediationLevel is equal to one of the specified values.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_likeString

Matches remediationLevel against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on remediationLevel, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_ltString

Checks if remediationLevel is less than a specified value.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_lteString

Checks if remediationLevel is less or equal a specified value.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_notString

Checks if remediationLevel does not equal a specified string, case-sensitively.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_not_containsString

Checks if remediationLevel does not contain a specified string, case-sensitively.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_not_ends_withString

Checks if remediationLevel does not end with a specified string, case-sensitively.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_not_inString

Checks if remediationLevel is not equal to one of the specified values.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_not_likeString

Checks if remediationLevel does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_not_starts_withString

Checks if remediationLevel does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

remediationLevel_starts_withString

Checks if remediationLevel starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 remediation level metric. This has a value of either 'Official Fix (O)', 'Temporary Fix (T)', 'Workaround (W)', 'Unavailable (U)', or 'Not Defined (X)'.

reportConfidenceString

Checks if reportConfidence equals a specified string, case-sensitively.

If an index exists on reportConfidence, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_containsString

Checks if reportConfidence contains a specified string, case-sensitively.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_ends_withString

Checks if reportConfidence ends with a specified string, case-sensitively.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_gtString

Checks if reportConfidence is greater than a specified value.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_gteString

Checks if reportConfidence is greater or equal a specified value.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_inString

Checks if reportConfidence is equal to one of the specified values.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_likeString

Matches reportConfidence against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on reportConfidence, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_ltString

Checks if reportConfidence is less than a specified value.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_lteString

Checks if reportConfidence is less or equal a specified value.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_notString

Checks if reportConfidence does not equal a specified string, case-sensitively.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_not_containsString

Checks if reportConfidence does not contain a specified string, case-sensitively.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_not_ends_withString

Checks if reportConfidence does not end with a specified string, case-sensitively.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_not_inString

Checks if reportConfidence is not equal to one of the specified values.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_not_likeString

Checks if reportConfidence does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_not_starts_withString

Checks if reportConfidence does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

reportConfidence_starts_withString

Checks if reportConfidence starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 report confidence metric. This has a value of either 'Not Defined (X)', 'Unknown (U)', 'Reasonable (R)', or 'Confirmed (C)'.

scopeString

Checks if scope equals a specified string, case-sensitively.

If an index exists on scope, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_containsString

Checks if scope contains a specified string, case-sensitively.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_ends_withString

Checks if scope ends with a specified string, case-sensitively.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_gtString

Checks if scope is greater than a specified value.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_gteString

Checks if scope is greater or equal a specified value.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_inString

Checks if scope is equal to one of the specified values.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_likeString

Matches scope against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on scope, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_ltString

Checks if scope is less than a specified value.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_lteString

Checks if scope is less or equal a specified value.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_notString

Checks if scope does not equal a specified string, case-sensitively.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_not_containsString

Checks if scope does not contain a specified string, case-sensitively.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_not_ends_withString

Checks if scope does not end with a specified string, case-sensitively.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_not_inString

Checks if scope is not equal to one of the specified values.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_not_likeString

Checks if scope does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_not_starts_withString

Checks if scope does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

scope_starts_withString

Checks if scope starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 scope metric. This has a value of either 'Unchanged (U)', or 'Changed (C)'.

temporalScoreFloat

Checks if temporalScore equals a specified value.

If an index exists on temporalScore, it can be used.

The CVSS version 3 temporal score. This is a number between 0.0 and 10.0.

temporalScore_gtFloat

Checks if temporalScore is greater than a specified value.

The CVSS version 3 temporal score. This is a number between 0.0 and 10.0.

temporalScore_gteFloat

Checks if temporalScore is greater or equal a specified value.

The CVSS version 3 temporal score. This is a number between 0.0 and 10.0.

temporalScore_inFloat

Checks if temporalScore is equal to one of the specified values.

The CVSS version 3 temporal score. This is a number between 0.0 and 10.0.

temporalScore_ltFloat

Checks if temporalScore is less than a specified value.

The CVSS version 3 temporal score. This is a number between 0.0 and 10.0.

temporalScore_lteFloat

Checks if temporalScore is less or equal a specified value.

The CVSS version 3 temporal score. This is a number between 0.0 and 10.0.

temporalScore_notFloat

Checks if temporalScore does not equal a specified value

The CVSS version 3 temporal score. This is a number between 0.0 and 10.0.

temporalScore_not_inFloat

Checks if temporalScore is not equal to one of the specified values.

The CVSS version 3 temporal score. This is a number between 0.0 and 10.0.

temporalSeverityString

Checks if temporalSeverity equals a specified string, case-sensitively.

If an index exists on temporalSeverity, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_containsString

Checks if temporalSeverity contains a specified string, case-sensitively.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_ends_withString

Checks if temporalSeverity ends with a specified string, case-sensitively.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_gtString

Checks if temporalSeverity is greater than a specified value.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_gteString

Checks if temporalSeverity is greater or equal a specified value.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_inString

Checks if temporalSeverity is equal to one of the specified values.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_likeString

Matches temporalSeverity against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on temporalSeverity, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_ltString

Checks if temporalSeverity is less than a specified value.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_lteString

Checks if temporalSeverity is less or equal a specified value.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_notString

Checks if temporalSeverity does not equal a specified string, case-sensitively.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_not_containsString

Checks if temporalSeverity does not contain a specified string, case-sensitively.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_not_ends_withString

Checks if temporalSeverity does not end with a specified string, case-sensitively.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_not_inString

Checks if temporalSeverity is not equal to one of the specified values.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_not_likeString

Checks if temporalSeverity does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_not_starts_withString

Checks if temporalSeverity does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

temporalSeverity_starts_withString

Checks if temporalSeverity starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 temporal severity. This has a value of either 'None (N)', 'Low (L)', 'Medium (M)', 'High (H)', or 'Critical (C)'.

userInteractionString

Checks if userInteraction equals a specified string, case-sensitively.

If an index exists on userInteraction, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_containsString

Checks if userInteraction contains a specified string, case-sensitively.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_ends_withString

Checks if userInteraction ends with a specified string, case-sensitively.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_gtString

Checks if userInteraction is greater than a specified value.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_gteString

Checks if userInteraction is greater or equal a specified value.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_inString

Checks if userInteraction is equal to one of the specified values.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_likeString

Matches userInteraction against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on userInteraction, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_ltString

Checks if userInteraction is less than a specified value.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_lteString

Checks if userInteraction is less or equal a specified value.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_notString

Checks if userInteraction does not equal a specified string, case-sensitively.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_not_containsString

Checks if userInteraction does not contain a specified string, case-sensitively.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_not_ends_withString

Checks if userInteraction does not end with a specified string, case-sensitively.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_not_inString

Checks if userInteraction is not equal to one of the specified values.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_not_likeString

Checks if userInteraction does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_not_starts_withString

Checks if userInteraction does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

userInteraction_starts_withString

Checks if userInteraction starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 user interaction metric. This has a value of either 'None (N)', or 'Required (R)'.

vectorStringString

Checks if vectorString equals a specified string, case-sensitively.

If an index exists on vectorString, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 vector string.

vectorString_containsString

Checks if vectorString contains a specified string, case-sensitively.

The CVSS version 3 vector string.

vectorString_ends_withString

Checks if vectorString ends with a specified string, case-sensitively.

The CVSS version 3 vector string.

vectorString_gtString

Checks if vectorString is greater than a specified value.

The CVSS version 3 vector string.

vectorString_gteString

Checks if vectorString is greater or equal a specified value.

The CVSS version 3 vector string.

vectorString_inString

Checks if vectorString is equal to one of the specified values.

The CVSS version 3 vector string.

vectorString_likeString

Matches vectorString against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on vectorString, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 vector string.

vectorString_ltString

Checks if vectorString is less than a specified value.

The CVSS version 3 vector string.

vectorString_lteString

Checks if vectorString is less or equal a specified value.

The CVSS version 3 vector string.

vectorString_notString

Checks if vectorString does not equal a specified string, case-sensitively.

The CVSS version 3 vector string.

vectorString_not_containsString

Checks if vectorString does not contain a specified string, case-sensitively.

The CVSS version 3 vector string.

vectorString_not_ends_withString

Checks if vectorString does not end with a specified string, case-sensitively.

The CVSS version 3 vector string.

vectorString_not_inString

Checks if vectorString is not equal to one of the specified values.

The CVSS version 3 vector string.

vectorString_not_likeString

Checks if vectorString does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 vector string.

vectorString_not_starts_withString

Checks if vectorString does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 vector string.

vectorString_starts_withString

Checks if vectorString starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 vector string.

versionString

Checks if version equals a specified string, case-sensitively.

If an index exists on version, it can be used.

See also like for a case-insensitive filter.

The CVSS version 3 version.

version_containsString

Checks if version contains a specified string, case-sensitively.

The CVSS version 3 version.

version_ends_withString

Checks if version ends with a specified string, case-sensitively.

The CVSS version 3 version.

version_gtString

Checks if version is greater than a specified value.

The CVSS version 3 version.

version_gteString

Checks if version is greater or equal a specified value.

The CVSS version 3 version.

version_inString

Checks if version is equal to one of the specified values.

The CVSS version 3 version.

version_likeString

Matches version against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on version, it can be used for the literal prefix (the part until the first placeholder).

The CVSS version 3 version.

version_ltString

Checks if version is less than a specified value.

The CVSS version 3 version.

version_lteString

Checks if version is less or equal a specified value.

The CVSS version 3 version.

version_notString

Checks if version does not equal a specified string, case-sensitively.

The CVSS version 3 version.

version_not_containsString

Checks if version does not contain a specified string, case-sensitively.

The CVSS version 3 version.

version_not_ends_withString

Checks if version does not end with a specified string, case-sensitively.

The CVSS version 3 version.

version_not_inString

Checks if version is not equal to one of the specified values.

The CVSS version 3 version.

version_not_likeString

Checks if version does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The CVSS version 3 version.

version_not_starts_withString

Checks if version does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 version.

version_starts_withString

Checks if version starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The CVSS version 3 version.


This page was generated: 2024-05-17