ScaFinding
No description
type ScaFinding implements BaseFields, BaseFields, FindingInterface, IssueInterface {
asset: Asset!
author: PortalUser!
category: String
createdAt: ISO8601DateTime!
description: String!
detail: ScaFindingDetail!
fingerprint: String!
id: ID!
impactLevel: ImpactLevelCategory
legacyId: ID
originalIssueIdFromTool: String
patterns: [String!]
permittedStatus: [IssueStatusLabel!]!
probabilityLevel: ProbabilityLevelCategory
project: Project
reference: String
scanSource: String
severity: SeverityCategory
solution: String
status: IssueStatusLabel!
statusHistory: [IssueStatusHistory!]!
title: String!
type: Issue!
updatedAt: ISO8601DateTime!
}
Fields
ScaFinding.asset
● Asset!
non-null object
ScaFinding.author
● PortalUser!
non-null object
ScaFinding.category
● String
scalar
CWE Categories
ScaFinding.createdAt
● ISO8601DateTime!
non-null scalar
The date when record was created
ScaFinding.description
● String!
non-null scalar
ScaFinding.detail
● ScaFindingDetail!
non-null object
ScaFinding.fingerprint
● String!
non-null scalar
ScaFinding.id
● ID!
non-null scalar
The ID scalar type represents a unique identifier
ScaFinding.impactLevel
● ImpactLevelCategory
enum
ScaFinding.legacyId
● ID
scalar
ID associated with the old vulnerability management
ScaFinding.originalIssueIdFromTool
● String
scalar
ScaFinding.patterns
● [String!]
list scalar
OWASP Patterns
ScaFinding.permittedStatus
● [IssueStatusLabel!]!
non-null enum
List of statuses available for change
ScaFinding.probabilityLevel
● ProbabilityLevelCategory
enum
ScaFinding.project
● Project
object
Associated project
ScaFinding.reference
● String
scalar
ScaFinding.scanSource
● String
scalar
Source of the vulnerability; Retrieves the name of the source (e.g.: Dependency Track)
ScaFinding.severity
● SeverityCategory
enum
ScaFinding.solution
● String
scalar
ScaFinding.status
● IssueStatusLabel!
non-null enum
ScaFinding.statusHistory
● [IssueStatusHistory!]!
non-null object
List of previous statuses
ScaFinding.title
● String!
non-null scalar
ScaFinding.type
● Issue!
non-null enum
ScaFinding.updatedAt
● ISO8601DateTime!
non-null scalar
The date when record was updated
Interfaces
BaseFields
interface
BaseFields
interface
FindingInterface
interface
IssueInterface
interface
Member Of
CreateScaFindingPayload
object