Skip to main content

VulnerabilityInfo

No description

type VulnerabilityInfo {
id: ID!
cwe: String!
name: String!
description: String!
references: [String!]!
deletedAt: DateTime
createdAt: DateTime!
updatedAt: DateTime!
info: VulnerabilityInfoInfo!
}

Fields

VulnerabilityInfo.id ● ID! non-null scalar

The ID of the vulnerability template

VulnerabilityInfo.cwe ● String! non-null scalar

The CWE of the vulnerability template

VulnerabilityInfo.name ● String! non-null scalar

The name of the vulnerability template

VulnerabilityInfo.description ● String! non-null scalar

The description of the vulnerability template

VulnerabilityInfo.references ● [String!]! non-null scalar

The references of the vulnerability template

VulnerabilityInfo.deletedAt ● DateTime scalar

The date and time the vulnerability template was deleted

VulnerabilityInfo.createdAt ● DateTime! non-null scalar

The date and time the vulnerability template was created

VulnerabilityInfo.updatedAt ● DateTime! non-null scalar

The date and time the vulnerability template was last updated

VulnerabilityInfo.info ● VulnerabilityInfoInfo! non-null object

The info of the vulnerability template

Member Of

Vulnerability object