SourceCodeVulnerability
No description
type SourceCodeVulnerability implements BaseFields, IssueInterface, VulnerabilityInterface {
aiAgentAnalysis: AiAgentAnalysis
asset: Asset!
assignedUsers: [PortalUserBasicInfoType!]
author: PortalUser!
category: String
compromisedEnvironment: Boolean!
createdAt: ISO8601DateTime!
description: String!
detail: SourceCodeVulnerabilityDetail!
history: [IssueHistory!]
id: ID
impactDescription(
blob: Boolean = false
): String!
impactLevel: ImpactLevelCategory
patterns: [String!]
permittedStatus: [IssueStatusLabel!]!
probabilityLevel: ProbabilityLevelCategory
project: Project
reference: String
riskAcceptedUntil: ISO8601DateTime
runningRetestProject: Project
severity: SeverityCategory
solution: String
status: IssueStatusLabel!
statusHistory: [IssueStatusHistory!]!
stepsToReproduce(
blob: Boolean = false
): String!
summary(
blob: Boolean = false
): String!
title: String!
type: Issue!
updatedAt: ISO8601DateTime!
}
Fields
SourceCodeVulnerability.aiAgentAnalysis ● AiAgentAnalysis object
AI agent analysis information for this issue
SourceCodeVulnerability.asset ● Asset! non-null object
The asset associated with the vulnerability
SourceCodeVulnerability.assignedUsers ● [PortalUserBasicInfoType!] list object
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.history ● [IssueHistory!] list object
SourceCodeVulnerability.id ● ID 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.impactDescription.blob ● Boolean scalar
SourceCodeVulnerability.impactLevel ● ImpactLevelCategory enum
The impact level of the vulnerability
SourceCodeVulnerability.patterns ● [String!] list scalar
OWASP Patterns