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