SourceCodeVulnerability
No description
type SourceCodeVulnerability implements BaseFields, BaseFields, IssueInterface, VulnerabilityInterface {
asset: Asset!
author: PortalUser!
category: String
compromisedEnvironment: Boolean!
createdAt: ISO8601DateTime!
description: String!
detail: SourceCodeVulnerabilityDetail!
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
SourceCodeVulnerability.asset
● Asset!
non-null object
The asset associated with the vulnerability
SourceCodeVulnerability.author
● PortalUser!
non-null object
The author who created the vulnerability
SourceCodeVulnerability.category
● String
scalar
CWE Categories
SourceCodeVulnerability.compromisedEnvironment
● Boolean!
non-null scalar
Indicates whether the environment has been compromised due to the vulnerability
SourceCodeVulnerability.createdAt
● ISO8601DateTime!
non-null scalar
The date when record was created
SourceCodeVulnerability.description
● String!
non-null scalar
A detailed description of the vulnerability
SourceCodeVulnerability.detail
● SourceCodeVulnerabilityDetail!
non-null object
Detailed information about the Source Code vulnerability
SourceCodeVulnerability.id
● ID!
non-null scalar
The ID scalar type represents a unique identifier
SourceCodeVulnerability.impactDescription
● String!
non-null scalar
A detailed description of the impact caused by the vulnerability
SourceCodeVulnerability.impactLevel
● ImpactLevelCategory!
non-null enum
The impact level of the vulnerability (e.g., low, medium, high)
SourceCodeVulnerability.legacyId
● ID
scalar
ID associated with the old vulnerability management
SourceCodeVulnerability.patterns
● [String!]
list scalar
OWASP Patterns
SourceCodeVulnerability.permittedStatus
● [IssueStatusLabel!]!
non-null enum
List of statuses available for change
SourceCodeVulnerability.probabilityLevel
● ProbabilityLevelCategory!
non-null enum
The probability level of the vulnerability being exploited
SourceCodeVulnerability.project
● Project
object
Associated project