VulnerabilityCve
No description
type VulnerabilityCve {
id: ID!
cve: String!
severity: SeverityLevel!
probabilityLevel: ProbabilityLevel!
impactLevel: ImpactLevel!
confidenceLevel: ConfidenceLevel!
status: VulnerabilityStatus!
boxType: BoxType!
vulnerabilityId: ID!
createdAt: DateTime!
updatedAt: DateTime!
falsePositive: Boolean!
dependencyIds: [String!]!
cisaGovKnownExploitedVulnerability: Boolean
epssTrend: Float
vedasTrend: Float
cvss: Float
statusReason: String
statusUpdatedAt: DateTime
}
Fields
VulnerabilityCve.id ● ID! non-null scalar
The ID of the vulnerability CVE
VulnerabilityCve.cve ● String! non-null scalar
The CVE of the vulnerability CVE
VulnerabilityCve.severity ● SeverityLevel! non-null enum
The severity of the vulnerability CVE
VulnerabilityCve.probabilityLevel ● ProbabilityLevel! non-null enum
The probability level of the vulnerability CVE
VulnerabilityCve.impactLevel ● ImpactLevel! non-null enum
The impact level of the vulnerability CVE
VulnerabilityCve.confidenceLevel ● ConfidenceLevel! non-null enum
The confidence level of the vulnerability CVE
VulnerabilityCve.status ● VulnerabilityStatus! non-null enum
The status of the vulnerability CVE
VulnerabilityCve.boxType ● BoxType! non-null enum
The box type of the vulnerability CVE
VulnerabilityCve.vulnerabilityId ● ID! non-null scalar
The ID of the vulnerability
VulnerabilityCve.createdAt ● DateTime! non-null scalar
The date and time the vulnerability CVE was created
VulnerabilityCve.updatedAt ● DateTime! non-null scalar
The date and time the vulnerability CVE was last updated
VulnerabilityCve.falsePositive ● Boolean! non-null scalar
Whether the vulnerability CVE is a false positive
VulnerabilityCve.dependencyIds ● [String!]! non-null scalar
The IDs of the service dependencies of the vulnerability CVE
VulnerabilityCve.cisaGovKnownExploitedVulnerability ● Boolean scalar
Whether the vulnerability CVE is a CISA known exploited vulnerability
VulnerabilityCve.epssTrend ● Float scalar
The EPSS trend of the vulnerability CVE
VulnerabilityCve.vedasTrend ● Float scalar
The VEDAS trend of the vulnerability CVE
VulnerabilityCve.cvss ● Float scalar
The CVSS score of the vulnerability CVE
VulnerabilityCve.statusReason ● String scalar
The reason attached to the status of the vulnerability CVE
VulnerabilityCve.statusUpdatedAt ● DateTime scalar
The date and time the status of the vulnerability CVE was updated
Returned By
vulnerabilityCve query ● vulnerabilityCveStatusUpdate mutation
Member Of
VulnerabilityCveEdge object ● VulnerabilityCves object