Filter: CVSSBaseMetricV2Filter

Filter type for CVSSBaseMetricV2.

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


Input Fields

NameTypeDescription
ANDCVSSBaseMetricV2Filter

A field that checks if all filters in the list apply

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

ORCVSSBaseMetricV2Filter

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.

cvssv2CVSSMetricV2Filter

Checks if cvssv2 is not null, and allows to filter based on its fields.

exploitabilityScoreString

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

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

See also like for a case-insensitive filter.

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_containsString

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

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_ends_withString

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

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_gtString

Checks if exploitabilityScore is greater than a specified value.

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_gteString

Checks if exploitabilityScore is greater or equal a specified value.

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_inString

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

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_likeString

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

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_ltString

Checks if exploitabilityScore is less than a specified value.

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_lteString

Checks if exploitabilityScore is less or equal a specified value.

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_notString

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

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_not_containsString

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

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_not_ends_withString

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

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_not_inString

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

The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_not_likeString

Checks if exploitabilityScore 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 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_not_starts_withString

Checks if exploitabilityScore 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 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

exploitabilityScore_starts_withString

Checks if exploitabilityScore 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 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'.

impactScoreFloat

Checks if impactScore equals a specified value.

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

The CVSS version 2 impact score. This is calculated based on the confidentialityImpact, integrityImpact, and availabilityImpact values.

impactScore_gtFloat

Checks if impactScore is greater than a specified value.

The CVSS version 2 impact score. This is calculated based on the confidentialityImpact, integrityImpact, and availabilityImpact values.

impactScore_gteFloat

Checks if impactScore is greater or equal a specified value.

The CVSS version 2 impact score. This is calculated based on the confidentialityImpact, integrityImpact, and availabilityImpact values.

impactScore_inFloat

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

The CVSS version 2 impact score. This is calculated based on the confidentialityImpact, integrityImpact, and availabilityImpact values.

impactScore_ltFloat

Checks if impactScore is less than a specified value.

The CVSS version 2 impact score. This is calculated based on the confidentialityImpact, integrityImpact, and availabilityImpact values.

impactScore_lteFloat

Checks if impactScore is less or equal a specified value.

The CVSS version 2 impact score. This is calculated based on the confidentialityImpact, integrityImpact, and availabilityImpact values.

impactScore_notFloat

Checks if impactScore does not equal a specified value

The CVSS version 2 impact score. This is calculated based on the confidentialityImpact, integrityImpact, and availabilityImpact values.

impactScore_not_inFloat

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

The CVSS version 2 impact score. This is calculated based on the confidentialityImpact, integrityImpact, and availabilityImpact values.

obtainAllPrivilegeString

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

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

See also like for a case-insensitive filter.

obtainAllPrivilege_containsString

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

obtainAllPrivilege_ends_withString

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

obtainAllPrivilege_gtString

Checks if obtainAllPrivilege is greater than a specified value.

obtainAllPrivilege_gteString

Checks if obtainAllPrivilege is greater or equal a specified value.

obtainAllPrivilege_inString

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

obtainAllPrivilege_likeString

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

obtainAllPrivilege_ltString

Checks if obtainAllPrivilege is less than a specified value.

obtainAllPrivilege_lteString

Checks if obtainAllPrivilege is less or equal a specified value.

obtainAllPrivilege_notString

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

obtainAllPrivilege_not_containsString

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

obtainAllPrivilege_not_ends_withString

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

obtainAllPrivilege_not_inString

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

obtainAllPrivilege_not_likeString

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

obtainAllPrivilege_not_starts_withString

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

obtainAllPrivilege_starts_withString

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

obtainOtherPrivilegeString

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

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

See also like for a case-insensitive filter.

obtainOtherPrivilege_containsString

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

obtainOtherPrivilege_ends_withString

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

obtainOtherPrivilege_gtString

Checks if obtainOtherPrivilege is greater than a specified value.

obtainOtherPrivilege_gteString

Checks if obtainOtherPrivilege is greater or equal a specified value.

obtainOtherPrivilege_inString

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

obtainOtherPrivilege_likeString

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

obtainOtherPrivilege_ltString

Checks if obtainOtherPrivilege is less than a specified value.

obtainOtherPrivilege_lteString

Checks if obtainOtherPrivilege is less or equal a specified value.

obtainOtherPrivilege_notString

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

obtainOtherPrivilege_not_containsString

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

obtainOtherPrivilege_not_ends_withString

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

obtainOtherPrivilege_not_inString

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

obtainOtherPrivilege_not_likeString

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

obtainOtherPrivilege_not_starts_withString

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

obtainOtherPrivilege_starts_withString

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

obtainUserPrivilegeString

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

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

See also like for a case-insensitive filter.

obtainUserPrivilege_containsString

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

obtainUserPrivilege_ends_withString

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

obtainUserPrivilege_gtString

Checks if obtainUserPrivilege is greater than a specified value.

obtainUserPrivilege_gteString

Checks if obtainUserPrivilege is greater or equal a specified value.

obtainUserPrivilege_inString

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

obtainUserPrivilege_likeString

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

obtainUserPrivilege_ltString

Checks if obtainUserPrivilege is less than a specified value.

obtainUserPrivilege_lteString

Checks if obtainUserPrivilege is less or equal a specified value.

obtainUserPrivilege_notString

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

obtainUserPrivilege_not_containsString

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

obtainUserPrivilege_not_ends_withString

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

obtainUserPrivilege_not_inString

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

obtainUserPrivilege_not_likeString

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

obtainUserPrivilege_not_starts_withString

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

obtainUserPrivilege_starts_withString

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

severityString

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

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

See also like for a case-insensitive filter.

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_containsString

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

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_ends_withString

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

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_gtString

Checks if severity is greater than a specified value.

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_gteString

Checks if severity is greater or equal a specified value.

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_inString

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

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_likeString

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

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_ltString

Checks if severity is less than a specified value.

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_lteString

Checks if severity is less or equal a specified value.

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_notString

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

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_not_containsString

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

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_not_ends_withString

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

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_not_inString

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

The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_not_likeString

Checks if severity 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 severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_not_starts_withString

Checks if severity 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 severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

severity_starts_withString

Checks if severity 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 severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score.

userInteractionRequiredString

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

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

See also like for a case-insensitive filter.

userInteractionRequired_containsString

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

userInteractionRequired_ends_withString

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

userInteractionRequired_gtString

Checks if userInteractionRequired is greater than a specified value.

userInteractionRequired_gteString

Checks if userInteractionRequired is greater or equal a specified value.

userInteractionRequired_inString

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

userInteractionRequired_likeString

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

userInteractionRequired_ltString

Checks if userInteractionRequired is less than a specified value.

userInteractionRequired_lteString

Checks if userInteractionRequired is less or equal a specified value.

userInteractionRequired_notString

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

userInteractionRequired_not_containsString

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

userInteractionRequired_not_ends_withString

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

userInteractionRequired_not_inString

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

userInteractionRequired_not_likeString

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

userInteractionRequired_not_starts_withString

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

userInteractionRequired_starts_withString

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


This page was generated: 2024-05-17