Skip to main content

Vulnerability

No description

type Vulnerability {
affectedComponentId: Int
author: PortalUser
codeReviewCode: String
codeReviewInputData: String
codeReviewOutputData: String
codeReviewVector: String
commitmentAt: ISO8601DateTime
company: Company!
companyId: Int @deprecated
companyName: String @deprecated
createdAt: ISO8601DateTime!
criticity: String
customMetadata: VulnerabilityCollection
deploy: Deploy
deployId: Int @deprecated
description: String
evidences: [Evidence!]!
externalVid: String
failureType: String
history: [History!]!
id: ID!
impact: String
impactResume: String
invaded: Boolean
invadedEnvironmentDescription: String
legacyId: String
othersHost: String
othersProtocol: String
othersSteps: String
othersVector: String
probability: String
project: Project
projectId: Int @deprecated
title: String
titleWithProject: String
updatedAt: ISO8601DateTime!
vid: String
vulnerabilityStatus: String
vulnerabilityStatuses: [[String!]!]
vulnerabilityTemplate: VulnerabilityTemplate!
webMethod: String
webParameters: String
webProtocol: String
webRequest: String
webResponse: String
webSteps: String
webUrl: String
}

Fields

Vulnerability.affectedComponentId ● Int scalar

Vulnerability.author ● PortalUser object

Vulnerability.codeReviewCode ● String scalar

Vulnerability.codeReviewInputData ● String scalar

Vulnerability.codeReviewOutputData ● String scalar

Vulnerability.codeReviewVector ● String scalar

Vulnerability.commitmentAt ● ISO8601DateTime scalar

Vulnerability.company ● Company! non-null object

Vulnerability.companyId ● Int deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need

Vulnerability.companyName ● String deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need

Vulnerability.createdAt ● ISO8601DateTime! non-null scalar

Vulnerability.criticity ● String scalar

Vulnerability.customMetadata ● VulnerabilityCollection object

Vulnerability.deploy ● Deploy object

Vulnerability.deployId ● Int deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'deploy' to get the information that you need

Vulnerability.description ● String scalar

Vulnerability.evidences ● [Evidence!]! non-null object

Vulnerability.externalVid ● String scalar

Vulnerability.failureType ● String scalar

Vulnerability.history ● [History!]! non-null object

Vulnerability.id ● ID! non-null scalar

Vulnerability.impact ● String scalar

Vulnerability.impactResume ● String scalar

Vulnerability.invaded ● Boolean scalar

Vulnerability.invadedEnvironmentDescription ● String scalar

Vulnerability.legacyId ● String scalar

Vulnerability.othersHost ● String scalar

Vulnerability.othersProtocol ● String scalar

Vulnerability.othersSteps ● String scalar

Vulnerability.othersVector ● String scalar

Vulnerability.probability ● String scalar

Vulnerability.project ● Project object

Vulnerability.projectId ● Int deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'project' to get the information that you need

Vulnerability.title ● String scalar

Vulnerability.titleWithProject ● String scalar

Vulnerability.updatedAt ● ISO8601DateTime! non-null scalar

Vulnerability.vid ● String scalar

Vulnerability.vulnerabilityStatus ● String scalar

Vulnerability.vulnerabilityStatuses ● [[String!]!] list scalar

Vulnerability.vulnerabilityTemplate ● VulnerabilityTemplate! non-null object

Vulnerability.webMethod ● String scalar

Vulnerability.webParameters ● String scalar

Vulnerability.webProtocol ● String scalar

Vulnerability.webRequest ● String scalar

Vulnerability.webResponse ● String scalar

Vulnerability.webSteps ● String scalar

Vulnerability.webUrl ● String scalar

Returned by

vulnerability query

Member Of

Chat object ● History object ● PortalUser object ● Project object ● UserAccess object ● VulnerabilityCollection object