Skip to main content

CreateScaFindingInput

Autogenerated input type of CreateScaFinding

input CreateScaFindingInput {
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
clientMutationId: String
}

Fields

CreateScaFindingInput.assetId ● Int! non-null scalar

CreateScaFindingInput.title ● String! non-null scalar

CreateScaFindingInput.description ● String! non-null scalar

CreateScaFindingInput.reference ● String scalar

CreateScaFindingInput.category ● String scalar

CWE Category

CreateScaFindingInput.patterns ● [String!] list scalar

OWASP Patterns

CreateScaFindingInput.controlSyncStatusId ● ID scalar

CreateScaFindingInput.fingerprint ● String scalar

CreateScaFindingInput.solution ● String scalar

CreateScaFindingInput.impactLevel ● ImpactLevelCategory enum

CreateScaFindingInput.probabilityLevel ● ProbabilityLevelCategory enum

CreateScaFindingInput.severity ● SeverityCategory enum

CreateScaFindingInput.originalIssueIdFromTool ● String scalar

CreateScaFindingInput.toolType ● ToolTypeCategory enum

CreateScaFindingInput.package ● String! non-null scalar

CreateScaFindingInput.affectedVersion ● String! non-null scalar

CreateScaFindingInput.patchedVersion ● String scalar

CreateScaFindingInput.fileName ● String! non-null scalar

CreateScaFindingInput.cve ● String scalar

Common Vulnerabilities and Exposures

CreateScaFindingInput.cvssMetric ● String scalar

A CVSS Score based on V2 or V3

CreateScaFindingInput.cvssScore ● Float scalar

A float number between 0.1 and 10.0

CreateScaFindingInput.reachability ● ReachabilityAnalysisInput input

CreateScaFindingInput.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.

CreateScaFindingInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

Member Of

createScaFinding mutation

Contribute to the Docs

Found something outdated or missing? Help us improve the documentation with a quick suggestion or edit.

How to contribute

Resources

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.