CreateOrUpdateScaFindingInput
No description
input CreateOrUpdateScaFindingInput {
assetId: Int!
title: String!
description: String!
reference: String
category: String
patterns: [String!]
controlSyncStatusId: ID
fingerprint: String
solution: String
impactLevel: ImpactLevelCategory
probabilityLevel: ProbabilityLevelCategory
severity: SeverityCategory
originalIssueIdFromTool: String
toolType: ToolTypeCategory
package: String!
affectedVersion: String!
patchedVersion: String
fileName: String!
cve: String
cvssMetric: String
cvssScore: Float
reachability: ReachabilityAnalysisInput
branch: String
id: ID
status: IssueStatusLabel
}
Fields
CreateOrUpdateScaFindingInput.assetId ● Int! non-null scalar
CreateOrUpdateScaFindingInput.title ● String! non-null scalar
CreateOrUpdateScaFindingInput.description ● String! non-null scalar
CreateOrUpdateScaFindingInput.reference ● String scalar
CreateOrUpdateScaFindingInput.category ● String scalar
CWE Category
CreateOrUpdateScaFindingInput.patterns ● [String!] list scalar
OWASP Patterns
CreateOrUpdateScaFindingInput.controlSyncStatusId ● ID scalar
CreateOrUpdateScaFindingInput.fingerprint ● String scalar
CreateOrUpdateScaFindingInput.solution ● String scalar
CreateOrUpdateScaFindingInput.impactLevel ● ImpactLevelCategory enum
CreateOrUpdateScaFindingInput.probabilityLevel ● ProbabilityLevelCategory enum
CreateOrUpdateScaFindingInput.severity ● SeverityCategory enum
CreateOrUpdateScaFindingInput.originalIssueIdFromTool ● String scalar
CreateOrUpdateScaFindingInput.toolType ● ToolTypeCategory enum
CreateOrUpdateScaFindingInput.package ● String! non-null scalar
CreateOrUpdateScaFindingInput.affectedVersion ● String! non-null scalar
CreateOrUpdateScaFindingInput.patchedVersion ● String scalar
CreateOrUpdateScaFindingInput.fileName ● String! non-null scalar
CreateOrUpdateScaFindingInput.cve ● String scalar
Common Vulnerabilities and Exposures
CreateOrUpdateScaFindingInput.cvssMetric ● String scalar
A CVSS Score based on V2 or V3
CreateOrUpdateScaFindingInput.cvssScore ● Float scalar
A float number between 0.1 and 10.0
CreateOrUpdateScaFindingInput.reachability ● ReachabilityAnalysisInput input
CreateOrUpdateScaFindingInput.branch ● String scalar
Name of the Git branch this finding was found on, e.g. "main" or "release/2.0". Optional: when omitted, the finding is recorded on the Asset's default branch, exactly as before. The branch is created if it does not exist yet. The same finding reported on two branches is kept as two findings, so each branch keeps its own results; sending id to update an existing finding never moves it to another branch. Ignored for Assets that are not linked to a Git repository.
CreateOrUpdateScaFindingInput.id ● ID scalar
CreateOrUpdateScaFindingInput.status ● IssueStatusLabel enum
Member Of
CreateOrUpdateFindingPolymorphicInput input ● createOrUpdateScaFinding mutation
Contribute to the Docs
Found something outdated or missing? Help us improve the documentation with a quick suggestion or edit.
How to contributeResources
By exploring our content, you'll find resources that will enhance your understanding of the importance of a Security Application Program.
Conviso Blog: Explore our blog, which offers a collection of articles and posts covering a wide range of AppSec topics. The content on the blog is primarily in English.
Conviso's YouTube Channel: Access a wealth of informative videos covering various topics related to AppSec. Please note that the content is primarily in Portuguese.