Filter: CweFilter

Filter type for Cwe.

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


Input Fields

NameTypeDescription
ANDCweFilter

A field that checks if all filters in the list apply

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

ORCweFilter

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.

createdAtDateTime

Checks if createdAt equals a specified value.

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

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

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

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

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

The instant this object has been created

cweIdString

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

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

See also like for a case-insensitive filter.

The CWE ID (e.g. CWE-79)

cweId_containsString

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

The CWE ID (e.g. CWE-79)

cweId_ends_withString

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

The CWE ID (e.g. CWE-79)

cweId_gtString

Checks if cweId is greater than a specified value.

The CWE ID (e.g. CWE-79)

cweId_gteString

Checks if cweId is greater or equal a specified value.

The CWE ID (e.g. CWE-79)

cweId_inString

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

The CWE ID (e.g. CWE-79)

cweId_likeString

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

The CWE ID (e.g. CWE-79)

cweId_ltString

Checks if cweId is less than a specified value.

The CWE ID (e.g. CWE-79)

cweId_lteString

Checks if cweId is less or equal a specified value.

The CWE ID (e.g. CWE-79)

cweId_notString

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

The CWE ID (e.g. CWE-79)

cweId_not_containsString

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

The CWE ID (e.g. CWE-79)

cweId_not_ends_withString

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

The CWE ID (e.g. CWE-79)

cweId_not_inString

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

The CWE ID (e.g. CWE-79)

cweId_not_likeString

Checks if cweId 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 CWE ID (e.g. CWE-79)

cweId_not_starts_withString

Checks if cweId 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 CWE ID (e.g. CWE-79)

cweId_starts_withString

Checks if cweId 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 CWE ID (e.g. CWE-79)

cweTypeCweType

Checks if cweType equals a specified value.

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

cweType_inCweType

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

cweType_notCweType

Checks if cweType does not equal a specified value

cweType_not_inCweType

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

cwssScoreFloat

Checks if cwssScore equals a specified value.

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

Common Weakness Scoring System (CWSS) score for this CWE. For details about CWSS, see https://cwe.mitre.org/cwss/.

cwssScore_gtFloat

Checks if cwssScore is greater than a specified value.

Common Weakness Scoring System (CWSS) score for this CWE. For details about CWSS, see https://cwe.mitre.org/cwss/.

cwssScore_gteFloat

Checks if cwssScore is greater or equal a specified value.

Common Weakness Scoring System (CWSS) score for this CWE. For details about CWSS, see https://cwe.mitre.org/cwss/.

cwssScore_inFloat

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

Common Weakness Scoring System (CWSS) score for this CWE. For details about CWSS, see https://cwe.mitre.org/cwss/.

cwssScore_ltFloat

Checks if cwssScore is less than a specified value.

Common Weakness Scoring System (CWSS) score for this CWE. For details about CWSS, see https://cwe.mitre.org/cwss/.

cwssScore_lteFloat

Checks if cwssScore is less or equal a specified value.

Common Weakness Scoring System (CWSS) score for this CWE. For details about CWSS, see https://cwe.mitre.org/cwss/.

cwssScore_notFloat

Checks if cwssScore does not equal a specified value

Common Weakness Scoring System (CWSS) score for this CWE. For details about CWSS, see https://cwe.mitre.org/cwss/.

cwssScore_not_inFloat

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

Common Weakness Scoring System (CWSS) score for this CWE. For details about CWSS, see https://cwe.mitre.org/cwss/.

descriptionString

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

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

See also like for a case-insensitive filter.

A short description of the CWE

description_containsString

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

A short description of the CWE

description_ends_withString

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

A short description of the CWE

description_gtString

Checks if description is greater than a specified value.

A short description of the CWE

description_gteString

Checks if description is greater or equal a specified value.

A short description of the CWE

description_inString

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

A short description of the CWE

description_likeString

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

A short description of the CWE

description_ltString

Checks if description is less than a specified value.

A short description of the CWE

description_lteString

Checks if description is less or equal a specified value.

A short description of the CWE

description_notString

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

A short description of the CWE

description_not_containsString

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

A short description of the CWE

description_not_ends_withString

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

A short description of the CWE

description_not_inString

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

A short description of the CWE

description_not_likeString

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

A short description of the CWE

description_not_starts_withString

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

A short description of the CWE

description_starts_withString

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

A short description of the CWE

externalLinkString

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

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

See also like for a case-insensitive filter.

A URL to the full description of the CWE

externalLink_containsString

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

A URL to the full description of the CWE

externalLink_ends_withString

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

A URL to the full description of the CWE

externalLink_gtString

Checks if externalLink is greater than a specified value.

A URL to the full description of the CWE

externalLink_gteString

Checks if externalLink is greater or equal a specified value.

A URL to the full description of the CWE

externalLink_inString

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

A URL to the full description of the CWE

externalLink_likeString

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

A URL to the full description of the CWE

externalLink_ltString

Checks if externalLink is less than a specified value.

A URL to the full description of the CWE

externalLink_lteString

Checks if externalLink is less or equal a specified value.

A URL to the full description of the CWE

externalLink_notString

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

A URL to the full description of the CWE

externalLink_not_containsString

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

A URL to the full description of the CWE

externalLink_not_ends_withString

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

A URL to the full description of the CWE

externalLink_not_inString

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

A URL to the full description of the CWE

externalLink_not_likeString

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

A URL to the full description of the CWE

externalLink_not_starts_withString

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

A URL to the full description of the CWE

externalLink_starts_withString

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

A URL to the full description of the CWE

idID

Checks if id equals a specified value.

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

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gtID

Checks if id is greater than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gteID

Checks if id is greater or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_inID

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

An auto-generated string that identifies this root entity uniquely among others of the same type

id_ltID

Checks if id is less than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_lteID

Checks if id is less or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this root entity uniquely among others of the same type

id_not_inID

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

An auto-generated string that identifies this root entity uniquely among others of the same type

nameString

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

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

See also like for a case-insensitive filter.

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_containsString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_ends_withString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_gtString

Checks if name is greater than a specified value.

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_gteString

Checks if name is greater or equal a specified value.

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_inString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_likeString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_ltString

Checks if name is less than a specified value.

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_lteString

Checks if name is less or equal a specified value.

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_notString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_not_containsString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_not_ends_withString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_not_inString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_not_likeString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_not_starts_withString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

name_starts_withString

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

A general name for the CWE, e.g. "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"

sourceFileCweSourceFile

Checks if sourceFile equals a specified value.

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

sourceFile_inCweSourceFile

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

sourceFile_notCweSourceFile

Checks if sourceFile does not equal a specified value

sourceFile_not_inCweSourceFile

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

statusString

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

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

See also like for a case-insensitive filter.

status_containsString

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

status_ends_withString

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

status_gtString

Checks if status is greater than a specified value.

status_gteString

Checks if status is greater or equal a specified value.

status_inString

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

status_likeString

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

status_ltString

Checks if status is less than a specified value.

status_lteString

Checks if status is less or equal a specified value.

status_notString

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

status_not_containsString

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

status_not_ends_withString

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

status_not_inString

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

status_not_likeString

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

status_not_starts_withString

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

status_starts_withString

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

updatedAtDateTime

Checks if updatedAt equals a specified value.

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

The instant this object has been updated the last time (not including relation updates)

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_inDateTime

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

The instant this object has been updated the last time (not including relation updates)

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time (not including relation updates)

updatedAt_not_inDateTime

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

The instant this object has been updated the last time (not including relation updates)


This page was generated: 2024-10-16