extraInfoSnippet
Last updated
Represents a code or text snippet related to a severity change.
type ExtraInfoSnippet {
detectionType: String
fileName: String
snippetLineNumber: Int
language: String
text: String
}detectionType String
The type of detection that identified the snippet
fileName String
The name of the file containing the snippet
snippetLineNumber Int
The line number in the file where the snippet was found
language String
The programming language of the snippet
text String
The text content of the snippet
Last updated
