Skip to main content

SecretFinding

No description

type SecretFinding implements BaseFields, BaseFields, FindingInterface, IssueInterface {
asset: Asset!
author: PortalUser!
category: String
createdAt: ISO8601DateTime!
description: String!
detail: SecretFindingDetail!
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

SecretFinding.asset ● Asset! non-null object

The asset associated with the vulnerability

SecretFinding.author ● PortalUser! non-null object

The author who created the vulnerability

SecretFinding.category ● String scalar

CWE Categories

SecretFinding.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

SecretFinding.description ● String! non-null scalar

A detailed description of the vulnerability

SecretFinding.detail ● SecretFindingDetail! non-null object

Detailed information about the Secrets vulnerability

SecretFinding.fingerprint ● String! non-null scalar

A unique identifier for the vulnerability

SecretFinding.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

SecretFinding.impactLevel ● ImpactLevelCategory enum

The impact level of the vulnerability, indicating how severe it is for the system

SecretFinding.legacyId ● ID scalar

ID associated with the old vulnerability management

SecretFinding.originalIssueIdFromTool ● String scalar

The original vulnerability ID from the tool that detected the vulnerability

SecretFinding.patterns ● [String!] list scalar

OWASP Patterns

SecretFinding.permittedStatus ● [IssueStatusLabel!]! non-null enum

List of statuses available for change

SecretFinding.probabilityLevel ● ProbabilityLevelCategory enum

The probability level of the vulnerability, indicating the likelihood of it being exploited

SecretFinding.project ● Project object

Associated project

SecretFinding.reference ● String scalar

Links for further information

SecretFinding.scanSource ● String scalar

Source of the vulnerability; Retrieves the name of the source (e.g.: Dependency Track)

SecretFinding.severity ● SeverityCategory enum

The severity of the vulnerability, indicating how critical the vulnerability is

SecretFinding.solution ● String scalar

A suggested solution or remediation for the identified vulnerability

SecretFinding.status ● IssueStatusLabel! non-null enum

The current status of the vulnerability

SecretFinding.statusHistory ● [IssueStatusHistory!]! non-null object

List of previous statuses

SecretFinding.title ● String! non-null scalar

The title of the vulnerability

SecretFinding.type ● Issue! non-null enum

The type of the vulnerability (e.g., SAST, SCA, Web, Network, etc.)

SecretFinding.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

Interfaces

BaseFields interface

BaseFields interface

FindingInterface interface

IssueInterface interface

Member Of

CreateOrUpdateSecretFindingPayload object