SourceCodeVulnerabilityDetail
No description
type SourceCodeVulnerabilityDetail {
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
SourceCodeVulnerabilityDetail.codeSnippet ● String! non-null scalar
SourceCodeVulnerabilityDetail.codeSnippet.blob ● Boolean scalar
SourceCodeVulnerabilityDetail.codeSnippet.disposition ● String scalar
SourceCodeVulnerabilityDetail.commitRef ● String scalar
The hash of the commit that originated the issue
SourceCodeVulnerabilityDetail.deployId ● String scalar
The related deployment ID
SourceCodeVulnerabilityDetail.fileName ● String! non-null scalar
The name of the file that contains the code snippet
SourceCodeVulnerabilityDetail.firstLine ● Int! non-null scalar
The line where the code snippet starts
SourceCodeVulnerabilityDetail.id ● ID! non-null scalar
SourceCodeVulnerabilityDetail.sink ● String scalar
SourceCodeVulnerabilityDetail.source ● String scalar
SourceCodeVulnerabilityDetail.vulnerableLine ● Int! non-null scalar
The vulnerable line number
Member Of
SourceCodeVulnerability object