CreateOrUpdateContainerFindingInput
No description
input CreateOrUpdateContainerFindingInput {
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
cve: String
branch: String
id: ID
status: IssueStatusLabel
}
Fields
CreateOrUpdateContainerFindingInput.assetId ● Int! non-null scalar
CreateOrUpdateContainerFindingInput.title ● String! non-null scalar
CreateOrUpdateContainerFindingInput.description ● String! non-null scalar
CreateOrUpdateContainerFindingInput.reference ● String scalar
CreateOrUpdateContainerFindingInput.category ● String scalar
CWE Category
CreateOrUpdateContainerFindingInput.patterns ● [String!] list scalar
OWASP Patterns
CreateOrUpdateContainerFindingInput.controlSyncStatusId ● ID scalar
CreateOrUpdateContainerFindingInput.fingerprint ● String scalar
CreateOrUpdateContainerFindingInput.solution ● String scalar
CreateOrUpdateContainerFindingInput.impactLevel ● ImpactLevelCategory enum
CreateOrUpdateContainerFindingInput.probabilityLevel ● ProbabilityLevelCategory enum
CreateOrUpdateContainerFindingInput.severity ● SeverityCategory enum
CreateOrUpdateContainerFindingInput.originalIssueIdFromTool ● String scalar
CreateOrUpdateContainerFindingInput.toolType ● ToolTypeCategory enum
CreateOrUpdateContainerFindingInput.package ● String! non-null scalar
CreateOrUpdateContainerFindingInput.affectedVersion ● String! non-null scalar
CreateOrUpdateContainerFindingInput.patchedVersion ● String scalar
CreateOrUpdateContainerFindingInput.cve ● String scalar
Common Vulnerabilities and Exposures
CreateOrUpdateContainerFindingInput.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.
CreateOrUpdateContainerFindingInput.id ● ID scalar
CreateOrUpdateContainerFindingInput.status ● IssueStatusLabel enum
Member Of
createOrUpdateContainerFinding mutation ● CreateOrUpdateFindingPolymorphicInput input
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.