IacFinding
No description
type IacFinding implements BaseFields, FindingInterface, IssueInterface {
aiAgentAnalysis: AiAgentAnalysis
asset: Asset!
assignedUsers: [PortalUserBasicInfoType!]
author: PortalUser!
branch: Branch
branchName: String
category: String
controlSyncStatus: ControlSyncStatus
createdAt: ISO8601DateTime!
cvssMetric: String
cvssScore: Float
description: String!
detail: IacFindingDetail!
fingerprint: String!
history: [IssueHistory!]
id: ID
impactLevel: ImpactLevelCategory
lastUpdatedBy: PortalUser
originalIssueIdFromTool: String
patterns: [String!]
permittedStatus: [IssueStatusLabel!]!
probabilityLevel: ProbabilityLevelCategory
project: Project
reference: String
riskAcceptedUntil: ISO8601DateTime
runningRetestProject: Project
scanSource: String
severity: SeverityCategory
sla: IssueSLA!
solution: String
status: IssueStatusLabel!
statusHistory: [IssueStatusHistory!]!
title: String!
type: Issue!
updatedAt: ISO8601DateTime!
}
Fields
IacFinding.aiAgentAnalysis ● AiAgentAnalysis object
AI agent analysis information for this issue
IacFinding.asset ● Asset! non-null object
The asset associated with the vulnerability
IacFinding.assignedUsers ● [PortalUserBasicInfoType!] list object
IacFinding.author ● PortalUser! non-null object
The author who created the vulnerability
IacFinding.branch ● Branch object
The branch this issue was found on; the asset's default branch for a repository issue predating branch stamping; null for an agnostic/legacy asset
IacFinding.branchName ● String scalar
Label of the branch this finding was found on; the asset's default branch for a repository asset whose finding predates branch stamping; null for agnostic/legacy assets
IacFinding.category ● String scalar
CWE Categories
IacFinding.controlSyncStatus ● ControlSyncStatus object
The scan/sync that brought this vulnerability to Conviso Platform
IacFinding.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
IacFinding.cvssMetric ● String scalar
Raw CVSS vector (e.g. 'CVSS:3.1/AV:N/...'); null when the source provided none
IacFinding.cvssScore ● Float scalar
CVSS score derived from the CVSS vector: the Environmental score when the vector carries Environmental metrics, the Temporal score when it carries only Temporal ones, the Base score otherwise. Null when no vector is present.
IacFinding.description ● String! non-null scalar
A detailed description of the vulnerability
IacFinding.detail ● IacFindingDetail! non-null object
Detailed information about the IaC vulnerability
IacFinding.fingerprint ● String! non-null scalar
A unique identifier for the vulnerability