SastFindingDetail
No description
type SastFindingDetail {
codeSnippet(
blob: Boolean = false
disposition: String = "inline"
): String!
commitRef: String
deployId: String
fileName: String!
firstLine: Int!
id: ID!
sink: String
source: String
vulnerableLine: Int!
}
Fields
SastFindingDetail.codeSnippet ● String! non-null scalar
SastFindingDetail.codeSnippet.blob ● Boolean scalar
SastFindingDetail.codeSnippet.disposition ● String scalar
SastFindingDetail.commitRef ● String scalar
The hash of the commit that originated the issue
SastFindingDetail.deployId ● String scalar
The related deployment ID
SastFindingDetail.fileName ● String! non-null scalar
The name of the file that contains the code snippet
SastFindingDetail.firstLine ● Int! non-null scalar
The line where the code snippet starts
SastFindingDetail.id ● ID! non-null scalar
SastFindingDetail.sink ● String scalar
SastFindingDetail.source ● String scalar
SastFindingDetail.vulnerableLine ● Int! non-null scalar
The vulnerable line number
Member Of
SastFinding object