Filter: CVSSMetricV2Filter

Filter type for CVSSMetricV2.

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


Input Fields

NameTypeDescription
ANDCVSSMetricV2Filter

A field that checks if all filters in the list apply

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

ORCVSSMetricV2Filter

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.

accessComplexityString

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

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

See also like for a case-insensitive filter.

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_containsString

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

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_ends_withString

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

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_gtString

Checks if accessComplexity is greater than a specified value.

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_gteString

Checks if accessComplexity is greater or equal a specified value.

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_inString

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

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_likeString

Matches accessComplexity 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 accessComplexity, it can be used for the literal prefix (the part until the first placeholder).

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_ltString

Checks if accessComplexity is less than a specified value.

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_lteString

Checks if accessComplexity is less or equal a specified value.

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_notString

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

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_not_containsString

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

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_not_ends_withString

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

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_not_inString

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

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_not_likeString

Checks if accessComplexity 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);

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_not_starts_withString

Checks if accessComplexity 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.

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessComplexity_starts_withString

Checks if accessComplexity 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.

CVSS Access Complexity. This usually has a value of either 'Low', 'Medium', or 'High'

accessVectorString

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

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

See also like for a case-insensitive filter.

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_containsString

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

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_ends_withString

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

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_gtString

Checks if accessVector is greater than a specified value.

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_gteString

Checks if accessVector is greater or equal a specified value.

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_inString

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

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_likeString

Matches accessVector 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 accessVector, it can be used for the literal prefix (the part until the first placeholder).

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_ltString

Checks if accessVector is less than a specified value.

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_lteString

Checks if accessVector is less or equal a specified value.

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_notString

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

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_not_containsString

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

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_not_ends_withString

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

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_not_inString

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

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_not_likeString

Checks if accessVector 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);

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_not_starts_withString

Checks if accessVector 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.

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

accessVector_starts_withString

Checks if accessVector 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.

CVSS Access Vector. This usually has a value of either 'Local', 'Adjacent Network', or 'Network'

authenticationString

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

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

See also like for a case-insensitive filter.

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_containsString

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

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_ends_withString

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

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_gtString

Checks if authentication is greater than a specified value.

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_gteString

Checks if authentication is greater or equal a specified value.

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_inString

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

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_likeString

Matches authentication 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 authentication, it can be used for the literal prefix (the part until the first placeholder).

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_ltString

Checks if authentication is less than a specified value.

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_lteString

Checks if authentication is less or equal a specified value.

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_notString

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

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_not_containsString

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

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_not_ends_withString

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

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_not_inString

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

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_not_likeString

Checks if authentication 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);

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_not_starts_withString

Checks if authentication 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.

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

authentication_starts_withString

Checks if authentication 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.

CVSS Authentication. This usually has a value of either 'None', 'Single', or 'Multiple'

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.

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_containsString

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

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_ends_withString

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

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_gtString

Checks if availabilityImpact is greater than a specified value.

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_gteString

Checks if availabilityImpact is greater or equal a specified value.

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_inString

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

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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).

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_ltString

Checks if availabilityImpact is less than a specified value.

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_lteString

Checks if availabilityImpact is less or equal a specified value.

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_notString

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

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_not_containsString

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

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_not_ends_withString

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

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

availabilityImpact_not_inString

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

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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);

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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.

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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.

CVSS Availability Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

baseScoreFloat

Checks if baseScore equals a specified value.

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

The CVSS base score. This is a number between 0 and 10, and indicates the severity of the vulnerability.

baseScore_gtFloat

Checks if baseScore is greater than a specified value.

The CVSS base score. This is a number between 0 and 10, and indicates the severity of the vulnerability.

baseScore_gteFloat

Checks if baseScore is greater or equal a specified value.

The CVSS base score. This is a number between 0 and 10, and indicates the severity of the vulnerability.

baseScore_inFloat

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

The CVSS base score. This is a number between 0 and 10, and indicates the severity of the vulnerability.

baseScore_ltFloat

Checks if baseScore is less than a specified value.

The CVSS base score. This is a number between 0 and 10, and indicates the severity of the vulnerability.

baseScore_lteFloat

Checks if baseScore is less or equal a specified value.

The CVSS base score. This is a number between 0 and 10, and indicates the severity of the vulnerability.

baseScore_notFloat

Checks if baseScore does not equal a specified value

The CVSS base score. This is a number between 0 and 10, and indicates the severity of the vulnerability.

baseScore_not_inFloat

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

The CVSS base score. This is a number between 0 and 10, and indicates the severity of the vulnerability.

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.

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_containsString

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

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_ends_withString

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

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_gtString

Checks if confidentialityImpact is greater than a specified value.

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_gteString

Checks if confidentialityImpact is greater or equal a specified value.

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_inString

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

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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).

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_ltString

Checks if confidentialityImpact is less than a specified value.

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_lteString

Checks if confidentialityImpact is less or equal a specified value.

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_notString

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

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_not_containsString

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

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_not_ends_withString

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

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

confidentialityImpact_not_inString

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

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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);

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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.

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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.

CVSS Confidentiality Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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.

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_containsString

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

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_ends_withString

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

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_gtString

Checks if integrityImpact is greater than a specified value.

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_gteString

Checks if integrityImpact is greater or equal a specified value.

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_inString

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

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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).

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_ltString

Checks if integrityImpact is less than a specified value.

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_lteString

Checks if integrityImpact is less or equal a specified value.

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_notString

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

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_not_containsString

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

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_not_ends_withString

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

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

integrityImpact_not_inString

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

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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);

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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.

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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.

CVSS Integrity Impact. This usually has a value of either 'None', 'Partial', or 'Complete'

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.

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_containsString

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

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_ends_withString

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

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_gtString

Checks if vectorString is greater than a specified value.

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_gteString

Checks if vectorString is greater or equal a specified value.

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_inString

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

CVSS Vector String. This is a string representation of the CVSS vector.

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).

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_ltString

Checks if vectorString is less than a specified value.

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_lteString

Checks if vectorString is less or equal a specified value.

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_notString

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

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_not_containsString

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

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_not_ends_withString

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

CVSS Vector String. This is a string representation of the CVSS vector.

vectorString_not_inString

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

CVSS Vector String. This is a string representation of the CVSS vector.

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);

CVSS Vector String. This is a string representation of the CVSS vector.

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.

CVSS Vector String. This is a string representation of the CVSS vector.

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.

CVSS Vector String. This is a string representation of the CVSS vector.

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.

CVSS Version. This is the version of the CVSS scoring system used.

version_containsString

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

CVSS Version. This is the version of the CVSS scoring system used.

version_ends_withString

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

CVSS Version. This is the version of the CVSS scoring system used.

version_gtString

Checks if version is greater than a specified value.

CVSS Version. This is the version of the CVSS scoring system used.

version_gteString

Checks if version is greater or equal a specified value.

CVSS Version. This is the version of the CVSS scoring system used.

version_inString

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

CVSS Version. This is the version of the CVSS scoring system used.

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).

CVSS Version. This is the version of the CVSS scoring system used.

version_ltString

Checks if version is less than a specified value.

CVSS Version. This is the version of the CVSS scoring system used.

version_lteString

Checks if version is less or equal a specified value.

CVSS Version. This is the version of the CVSS scoring system used.

version_notString

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

CVSS Version. This is the version of the CVSS scoring system used.

version_not_containsString

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

CVSS Version. This is the version of the CVSS scoring system used.

version_not_ends_withString

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

CVSS Version. This is the version of the CVSS scoring system used.

version_not_inString

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

CVSS Version. This is the version of the CVSS scoring system used.

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);

CVSS Version. This is the version of the CVSS scoring system used.

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.

CVSS Version. This is the version of the CVSS scoring system used.

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.

CVSS Version. This is the version of the CVSS scoring system used.


This page was generated: 2024-05-17