Filter: CveFilter
Filter type for Cve.
All fields in this type are and-combined; see the or
field for or-combination.
Related Types
Input Fields
Name | Type | Description |
---|---|---|
AND | CveFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | CveFilter | 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 |
cpes_empty | Boolean | Checks if |
cpes_every | StringFilter | Makes sure all items in |
cpes_none | StringFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
cpes_some | StringFilter | Makes sure at least one of the items in "cpes" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
createdAt | DateTime | Checks if If an index exists on The instant this object has been created |
createdAt_gt | DateTime | Checks if The instant this object has been created |
createdAt_gte | DateTime | Checks if The instant this object has been created |
createdAt_in | DateTime | Checks if The instant this object has been created |
createdAt_lt | DateTime | Checks if The instant this object has been created |
createdAt_lte | DateTime | Checks if The instant this object has been created |
createdAt_not | DateTime | Checks if The instant this object has been created |
createdAt_not_in | DateTime | Checks if The instant this object has been created |
cveId | String | Checks if If an index exists on See also The CVE ID (e.g. CVE-2019-XXXX) |
cveId_contains | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_ends_with | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_gt | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_gte | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_in | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_like | String | Matches
If an index exists on The CVE ID (e.g. CVE-2019-XXXX) |
cveId_lt | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_lte | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_not | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_not_contains | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_not_ends_with | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_not_in | String | Checks if The CVE ID (e.g. CVE-2019-XXXX) |
cveId_not_like | String | Checks if
The CVE ID (e.g. CVE-2019-XXXX) |
cveId_not_starts_with | String | Checks if Never uses an index. Consider using The CVE ID (e.g. CVE-2019-XXXX) |
cveId_starts_with | String | Checks if Never uses an index. Consider using The CVE ID (e.g. CVE-2019-XXXX) |
cvssBaseMetricV2 | CVSSBaseMetricV2Filter | Checks if |
cvssBaseMetricV3 | CVSSBaseMetricV3Filter | Checks if |
cvssMetricV4 | CVSSMetricV4Filter | Checks if |
cvssScore | Float | Checks if If an index exists on The CVSS score for this CVE. This defaults to the base score for CVSSv3 if available, otherwise it defaults to the base score for CVSSv2. |
cvssScore_gt | Float | Checks if The CVSS score for this CVE. This defaults to the base score for CVSSv3 if available, otherwise it defaults to the base score for CVSSv2. |
cvssScore_gte | Float | Checks if The CVSS score for this CVE. This defaults to the base score for CVSSv3 if available, otherwise it defaults to the base score for CVSSv2. |
cvssScore_in | Float | Checks if The CVSS score for this CVE. This defaults to the base score for CVSSv3 if available, otherwise it defaults to the base score for CVSSv2. |
cvssScore_lt | Float | Checks if The CVSS score for this CVE. This defaults to the base score for CVSSv3 if available, otherwise it defaults to the base score for CVSSv2. |
cvssScore_lte | Float | Checks if The CVSS score for this CVE. This defaults to the base score for CVSSv3 if available, otherwise it defaults to the base score for CVSSv2. |
cvssScore_not | Float | Checks if The CVSS score for this CVE. This defaults to the base score for CVSSv3 if available, otherwise it defaults to the base score for CVSSv2. |
cvssScore_not_in | Float | Checks if The CVSS score for this CVE. This defaults to the base score for CVSSv3 if available, otherwise it defaults to the base score for CVSSv2. |
epss | EPSSFilter | Allows to filter on the fields of Note that |
exploitabilityScore | Float | Checks if If an index exists on The exploitability score for this CVE. Based on CVSS score and likelihood of exploitability. This score is calculated by using the following formula: |
exploitabilityScore_gt | Float | Checks if The exploitability score for this CVE. Based on CVSS score and likelihood of exploitability. This score is calculated by using the following formula: |
exploitabilityScore_gte | Float | Checks if The exploitability score for this CVE. Based on CVSS score and likelihood of exploitability. This score is calculated by using the following formula: |
exploitabilityScore_in | Float | Checks if The exploitability score for this CVE. Based on CVSS score and likelihood of exploitability. This score is calculated by using the following formula: |
exploitabilityScore_lt | Float | Checks if The exploitability score for this CVE. Based on CVSS score and likelihood of exploitability. This score is calculated by using the following formula: |
exploitabilityScore_lte | Float | Checks if The exploitability score for this CVE. Based on CVSS score and likelihood of exploitability. This score is calculated by using the following formula: |
exploitabilityScore_not | Float | Checks if The exploitability score for this CVE. Based on CVSS score and likelihood of exploitability. This score is calculated by using the following formula: |
exploitabilityScore_not_in | Float | Checks if The exploitability score for this CVE. Based on CVSS score and likelihood of exploitability. This score is calculated by using the following formula: |
exploitsInfo | ExploitInfoFilter | Allows to filter on the fields of Note that |
externalLink | String | Checks if If an index exists on See also A URL to the full description of the vulnerability |
externalLink_contains | String | Checks if A URL to the full description of the vulnerability |
externalLink_ends_with | String | Checks if A URL to the full description of the vulnerability |
externalLink_gt | String | Checks if A URL to the full description of the vulnerability |
externalLink_gte | String | Checks if A URL to the full description of the vulnerability |
externalLink_in | String | Checks if A URL to the full description of the vulnerability |
externalLink_like | String | Matches
If an index exists on A URL to the full description of the vulnerability |
externalLink_lt | String | Checks if A URL to the full description of the vulnerability |
externalLink_lte | String | Checks if A URL to the full description of the vulnerability |
externalLink_not | String | Checks if A URL to the full description of the vulnerability |
externalLink_not_contains | String | Checks if A URL to the full description of the vulnerability |
externalLink_not_ends_with | String | Checks if A URL to the full description of the vulnerability |
externalLink_not_in | String | Checks if A URL to the full description of the vulnerability |
externalLink_not_like | String | Checks if
A URL to the full description of the vulnerability |
externalLink_not_starts_with | String | Checks if Never uses an index. Consider using A URL to the full description of the vulnerability |
externalLink_starts_with | String | Checks if Never uses an index. Consider using A URL to the full description of the vulnerability |
findings_empty | Boolean | Checks if |
findings_every | FindingFilter | Makes sure all items in |
findings_none | FindingFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
findings_some | FindingFilter | Makes sure at least one of the items in "findings" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
id | ID | Checks if If an index exists on An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
lastUpdated | DateTime | Checks if If an index exists on The date the CVE was last updated, if it has been |
lastUpdated_gt | DateTime | Checks if The date the CVE was last updated, if it has been |
lastUpdated_gte | DateTime | Checks if The date the CVE was last updated, if it has been |
lastUpdated_in | DateTime | Checks if The date the CVE was last updated, if it has been |
lastUpdated_lt | DateTime | Checks if The date the CVE was last updated, if it has been |
lastUpdated_lte | DateTime | Checks if The date the CVE was last updated, if it has been |
lastUpdated_not | DateTime | Checks if The date the CVE was last updated, if it has been |
lastUpdated_not_in | DateTime | Checks if The date the CVE was last updated, if it has been |
published | DateTime | Checks if If an index exists on The date the CVE was first published |
published_gt | DateTime | Checks if The date the CVE was first published |
published_gte | DateTime | Checks if The date the CVE was first published |
published_in | DateTime | Checks if The date the CVE was first published |
published_lt | DateTime | Checks if The date the CVE was first published |
published_lte | DateTime | Checks if The date the CVE was first published |
published_not | DateTime | Checks if The date the CVE was first published |
published_not_in | DateTime | Checks if The date the CVE was first published |
summary | String | Checks if If an index exists on See also A summary description of the vulnerability |
summary_contains | String | Checks if A summary description of the vulnerability |
summary_ends_with | String | Checks if A summary description of the vulnerability |
summary_gt | String | Checks if A summary description of the vulnerability |
summary_gte | String | Checks if A summary description of the vulnerability |
summary_in | String | Checks if A summary description of the vulnerability |
summary_like | String | Matches
If an index exists on A summary description of the vulnerability |
summary_lt | String | Checks if A summary description of the vulnerability |
summary_lte | String | Checks if A summary description of the vulnerability |
summary_not | String | Checks if A summary description of the vulnerability |
summary_not_contains | String | Checks if A summary description of the vulnerability |
summary_not_ends_with | String | Checks if A summary description of the vulnerability |
summary_not_in | String | Checks if A summary description of the vulnerability |
summary_not_like | String | Checks if
A summary description of the vulnerability |
summary_not_starts_with | String | Checks if Never uses an index. Consider using A summary description of the vulnerability |
summary_starts_with | String | Checks if Never uses an index. Consider using A summary description of the vulnerability |
updatedAt | DateTime | Checks if If an index exists on The instant this object has been updated the last time (not including relation updates) |
updatedAt_gt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_gte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
This page was generated: 2024-11-06