Skip to main content

VulnerabilityWithName

No description

type VulnerabilityWithName {
id: ID!
targetId: ID!
cwe: String!
deletedAt: DateTime
createdBy: String
createdAt: DateTime!
updatedAt: DateTime!
endpointCountPerSeverity: [VulnerabilityEndpointCountPerSeverity!]!
cveCountPerSeverity: [VulnerabilityEndpointCountPerSeverity!]!
name: String!
}

Fields

VulnerabilityWithName.id ● ID! non-null scalar

The ID of the vulnerability

VulnerabilityWithName.targetId ● ID! non-null scalar

The ID of the target

VulnerabilityWithName.cwe ● String! non-null scalar

The CWE of the vulnerability

VulnerabilityWithName.deletedAt ● DateTime scalar

The date and time the vulnerability was deleted

VulnerabilityWithName.createdBy ● String scalar

The ID of the user who created the vulnerability

VulnerabilityWithName.createdAt ● DateTime! non-null scalar

The date and time the vulnerability was created

VulnerabilityWithName.updatedAt ● DateTime! non-null scalar

The date and time the vulnerability was last updated

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

The count of the vulnerability endpoint count per severity

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

The count of the vulnerability CVE count per severity

VulnerabilityWithName.name ● String! non-null scalar

Member Of

Vulnerabilities object ● VulnerabilityWithNameEdge object