Skip to main content

NetworkVulnerability

No description

type NetworkVulnerability implements BaseFields, BaseFields, IssueInterface, VulnerabilityInterface {
asset: Asset!
author: PortalUser!
category: String
compromisedEnvironment: Boolean!
createdAt: ISO8601DateTime!
description: String!
detail: NetworkVulnerabilityDetail!
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

NetworkVulnerability.asset ● Asset! non-null object

The asset associated with the vulnerability

NetworkVulnerability.author ● PortalUser! non-null object

The author who created the vulnerability

NetworkVulnerability.category ● String scalar

CWE Categories

NetworkVulnerability.compromisedEnvironment ● Boolean! non-null scalar

Indicates whether the environment has been compromised due to the vulnerability

NetworkVulnerability.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

NetworkVulnerability.description ● String! non-null scalar

A detailed description of the vulnerability

NetworkVulnerability.detail ● NetworkVulnerabilityDetail! non-null object

Detailed information about the Network vulnerability

NetworkVulnerability.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

NetworkVulnerability.impactDescription ● String! non-null scalar

A detailed description of the impact caused by the vulnerability

NetworkVulnerability.impactLevel ● ImpactLevelCategory! non-null enum

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

NetworkVulnerability.legacyId ● ID scalar

ID associated with the old vulnerability management

NetworkVulnerability.patterns ● [String!] list scalar

OWASP Patterns

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

List of statuses available for change

NetworkVulnerability.probabilityLevel ● ProbabilityLevelCategory! non-null enum

The probability level of the vulnerability being exploited

NetworkVulnerability.project ● Project object

Associated project

NetworkVulnerability.reference ● String scalar

Links for further information

NetworkVulnerability.severity ● SeverityCategory! non-null enum

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

NetworkVulnerability.solution ● String! non-null scalar

The solution or mitigation for the vulnerability

NetworkVulnerability.status ● IssueStatusLabel! non-null enum

The current status of the vulnerability

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

List of previous statuses

NetworkVulnerability.stepsToReproduce ● String! non-null scalar

Steps to reproduce the vulnerability

NetworkVulnerability.summary ● String! non-null scalar

A brief summary or description of the vulnerability

NetworkVulnerability.title ● String! non-null scalar

The title of the vulnerability

NetworkVulnerability.type ● Issue! non-null enum

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

NetworkVulnerability.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

Interfaces

BaseFields interface

BaseFields interface

IssueInterface interface

VulnerabilityInterface interface

Member Of

CreateNetworkVulnerabilityPayload object ● UpdateNetworkVulnerabilityPayload object