Filter: VulnerabilityContextFilter

Filter type for VulnerabilityContext.

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


Input Fields

NameTypeDescription
ANDVulnerabilityContextFilter

A field that checks if all filters in the list apply

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

ORVulnerabilityContextFilter

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.

cvssv2ScoreFloat

Checks if cvssv2Score equals a specified value.

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

Numerical CVSSv2 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv2Score_gtFloat

Checks if cvssv2Score is greater than a specified value.

Numerical CVSSv2 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv2Score_gteFloat

Checks if cvssv2Score is greater or equal a specified value.

Numerical CVSSv2 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv2Score_inFloat

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

Numerical CVSSv2 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv2Score_ltFloat

Checks if cvssv2Score is less than a specified value.

Numerical CVSSv2 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv2Score_lteFloat

Checks if cvssv2Score is less or equal a specified value.

Numerical CVSSv2 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv2Score_notFloat

Checks if cvssv2Score does not equal a specified value

Numerical CVSSv2 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv2Score_not_inFloat

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

Numerical CVSSv2 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv2VectorString

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

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

See also like for a case-insensitive filter.

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_containsString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_ends_withString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_gtString

Checks if cvssv2Vector is greater than a specified value.

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_gteString

Checks if cvssv2Vector is greater or equal a specified value.

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_inString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_likeString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_ltString

Checks if cvssv2Vector is less than a specified value.

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_lteString

Checks if cvssv2Vector is less or equal a specified value.

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_notString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_not_containsString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_not_ends_withString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_not_inString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_not_likeString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_not_starts_withString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv2Vector_starts_withString

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

Common Vulnerability Scoring System version 2 (CVSSv2) vector associated with this flaw.

cvssv3ScoreFloat

Checks if cvssv3Score equals a specified value.

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

Numerical CVSSv3 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv3Score_gtFloat

Checks if cvssv3Score is greater than a specified value.

Numerical CVSSv3 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv3Score_gteFloat

Checks if cvssv3Score is greater or equal a specified value.

Numerical CVSSv3 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv3Score_inFloat

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

Numerical CVSSv3 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv3Score_ltFloat

Checks if cvssv3Score is less than a specified value.

Numerical CVSSv3 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv3Score_lteFloat

Checks if cvssv3Score is less or equal a specified value.

Numerical CVSSv3 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv3Score_notFloat

Checks if cvssv3Score does not equal a specified value

Numerical CVSSv3 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv3Score_not_inFloat

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

Numerical CVSSv3 score for the vulnerability. If the vector is given, the score is updated while saving the finding

cvssv3VectorString

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

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

See also like for a case-insensitive filter.

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_containsString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_ends_withString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_gtString

Checks if cvssv3Vector is greater than a specified value.

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_gteString

Checks if cvssv3Vector is greater or equal a specified value.

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_inString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_likeString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_ltString

Checks if cvssv3Vector is less than a specified value.

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_lteString

Checks if cvssv3Vector is less or equal a specified value.

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_notString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_not_containsString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_not_ends_withString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_not_inString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_not_likeString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_not_starts_withString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cvssv3Vector_starts_withString

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

Common Vulnerability Scoring System version 3 (CVSSv3) vector associated with this flaw.

cwssVectorString

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

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

See also like for a case-insensitive filter.

The CWSS scoring data for this flaw

cwssVector_containsString

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

The CWSS scoring data for this flaw

cwssVector_ends_withString

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

The CWSS scoring data for this flaw

cwssVector_gtString

Checks if cwssVector is greater than a specified value.

The CWSS scoring data for this flaw

cwssVector_gteString

Checks if cwssVector is greater or equal a specified value.

The CWSS scoring data for this flaw

cwssVector_inString

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

The CWSS scoring data for this flaw

cwssVector_likeString

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

The CWSS scoring data for this flaw

cwssVector_ltString

Checks if cwssVector is less than a specified value.

The CWSS scoring data for this flaw

cwssVector_lteString

Checks if cwssVector is less or equal a specified value.

The CWSS scoring data for this flaw

cwssVector_notString

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

The CWSS scoring data for this flaw

cwssVector_not_containsString

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

The CWSS scoring data for this flaw

cwssVector_not_ends_withString

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

The CWSS scoring data for this flaw

cwssVector_not_inString

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

The CWSS scoring data for this flaw

cwssVector_not_likeString

Checks if cwssVector 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 CWSS scoring data for this flaw

cwssVector_not_starts_withString

Checks if cwssVector 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 CWSS scoring data for this flaw

cwssVector_starts_withString

Checks if cwssVector 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 CWSS scoring data for this flaw


This page was generated: 2024-05-17