SastFinding
No description
type SastFinding implements BaseFields, FindingInterface, IssueInterface {
aiAgentAnalysis: AiAgentAnalysis
asset: Asset!
assignedUsers: [PortalUserBasicInfoType!]
author: PortalUser!
category: String
controlSyncStatus: ControlSyncStatus
createdAt: ISO8601DateTime!
description: String!
detail: SastFindingDetail!
fingerprint: String!
history: [IssueHistory!]
id: ID
impactLevel: ImpactLevelCategory
originalIssueIdFromTool: String
patterns: [String!]
permittedStatus: [IssueStatusLabel!]!
probabilityLevel: ProbabilityLevelCategory
project: Project
reference: String
riskAcceptedUntil: ISO8601DateTime
scanSource: String
severity: SeverityCategory
solution: String
status: IssueStatusLabel!
statusHistory: [IssueStatusHistory!]!
title: String!
type: Issue!
updatedAt: ISO8601DateTime!
}
Fields
SastFinding.aiAgentAnalysis ● AiAgentAnalysis object
AI agent analysis information for this issue
SastFinding.asset ● Asset! non-null object
The asset associated with the vulnerability
SastFinding.assignedUsers ● [PortalUserBasicInfoType!] list object
SastFinding.author ● PortalUser! non-null object
The author who created the vulnerability
SastFinding.category ● String scalar
CWE Categories
SastFinding.controlSyncStatus ● ControlSyncStatus object
The scan/sync that brought this vulnerability to Conviso Platform
SastFinding.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
SastFinding.description ● String! non-null scalar
A detailed description of the vulnerability
SastFinding.detail ● SastFindingDetail! non-null object
Detailed information about the SAST vulnerability
SastFinding.fingerprint ● String! non-null scalar
A unique identifier for the vulnerability
SastFinding.history ● [IssueHistory!] list object
SastFinding.id ● ID scalar
The ID scalar type represents a unique identifier
SastFinding.impactLevel ● ImpactLevelCategory enum
The impact level of the vulnerability
SastFinding.originalIssueIdFromTool ● String scalar
The original vulnerability ID from the tool that detected the vulnerability
SastFinding.patterns ● [String!] list scalar
OWASP Patterns