Skip to main content

VulnerabilityInterface

No description

interface VulnerabilityInterface implements BaseFields, IssueInterface {
asset: Asset!
author: PortalUser!
category: String
compromisedEnvironment: Boolean!
createdAt: ISO8601DateTime!
description: String!
id: ID!
impactDescription: String!
impactLevel: ImpactLevelCategory!
legacyId: ID
patterns: [String!]
permittedStatus: [IssueStatusLabel!]!
probabilityLevel: ProbabilityLevelCategory!
project: Project
reference: String
severity: SeverityCategory!
solution: String!
status: IssueStatusLabel!
statusHistory: [IssueStatusHistory!]!
stepsToReproduce: String!
summary: String!
title: String!
type: Issue!
updatedAt: ISO8601DateTime!
}

Fields

VulnerabilityInterface.asset ● Asset! non-null object

The asset associated with the vulnerability

VulnerabilityInterface.author ● PortalUser! non-null object

The author who created the vulnerability

VulnerabilityInterface.category ● String scalar

CWE Categories

VulnerabilityInterface.compromisedEnvironment ● Boolean! non-null scalar

Indicates whether the environment has been compromised due to the vulnerability

VulnerabilityInterface.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

VulnerabilityInterface.description ● String! non-null scalar

A detailed description of the vulnerability

VulnerabilityInterface.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

VulnerabilityInterface.impactDescription ● String! non-null scalar

A detailed description of the impact caused by the vulnerability

VulnerabilityInterface.impactLevel ● ImpactLevelCategory! non-null enum

The impact level of the vulnerability (e.g., low, medium, high)

VulnerabilityInterface.legacyId ● ID scalar

ID associated with the old vulnerability management

VulnerabilityInterface.patterns ● [String!] list scalar

OWASP Patterns

VulnerabilityInterface.permittedStatus ● [IssueStatusLabel!]! non-null enum

List of statuses available for change

VulnerabilityInterface.probabilityLevel ● ProbabilityLevelCategory! non-null enum

The probability level of the vulnerability being exploited

VulnerabilityInterface.project ● Project object

Associated project

VulnerabilityInterface.reference ● String scalar

Links for further information

VulnerabilityInterface.severity ● SeverityCategory! non-null enum

The severity of the vulnerability (e.g., critical, high, medium, low)

VulnerabilityInterface.solution ● String! non-null scalar

The solution or mitigation for the vulnerability

VulnerabilityInterface.status ● IssueStatusLabel! non-null enum

The current status of the vulnerability

VulnerabilityInterface.statusHistory ● [IssueStatusHistory!]! non-null object

List of previous statuses

VulnerabilityInterface.stepsToReproduce ● String! non-null scalar

Steps to reproduce the vulnerability

VulnerabilityInterface.summary ● String! non-null scalar

A brief summary or description of the vulnerability

VulnerabilityInterface.title ● String! non-null scalar

The title of the vulnerability

VulnerabilityInterface.type ● Issue! non-null enum

The type of the vulnerability (e.g., SAST, SCA, Web, Network, etc.)

VulnerabilityInterface.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

Interfaces

BaseFields interface

IssueInterface interface

Implemented By

NetworkVulnerability object ● SourceCodeVulnerability object ● WebVulnerability object