Skip to main content

Vulnerability

No description

type Vulnerability {
id: ID!
targetId: ID!
cwe: String!
deletedAt: DateTime
createdBy: String
createdAt: DateTime!
updatedAt: DateTime!
endpointCountPerSeverity: [VulnerabilityEndpointCountPerSeverity!]!
cveCountPerSeverity: [VulnerabilityEndpointCountPerSeverity!]!
info(
lang: Lang
): VulnerabilityInfo!
}

Fields

Vulnerability.id ● ID! non-null scalar

The ID of the vulnerability

Vulnerability.targetId ● ID! non-null scalar

The ID of the target

Vulnerability.cwe ● String! non-null scalar

The CWE of the vulnerability

Vulnerability.deletedAt ● DateTime scalar

The date and time the vulnerability was deleted

Vulnerability.createdBy ● String scalar

The ID of the user who created the vulnerability

Vulnerability.createdAt ● DateTime! non-null scalar

The date and time the vulnerability was created

Vulnerability.updatedAt ● DateTime! non-null scalar

The date and time the vulnerability was last updated

Vulnerability.endpointCountPerSeverity ● [VulnerabilityEndpointCountPerSeverity!]! non-null object

The count of the vulnerability endpoint count per severity

Vulnerability.cveCountPerSeverity ● [VulnerabilityEndpointCountPerSeverity!]! non-null object

The count of the vulnerability CVE count per severity

Vulnerability.info ● VulnerabilityInfo! non-null object

Retrieve the info of a vulnerability

Vulnerability.info.lang ● Lang enum

Returned By

vulnerability query