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
}