Package-level declarations
Types
Link copied to clipboard
The CPG backend for Coko.
Link copied to clipboard
data class CpgFinding(val message: String, val kind: Finding.Kind = Finding.Kind.Fail, val node: Node? = null, val relatedNodes: Nodes? = null) : Finding
A CPG specific implementation of a Finding.
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Returns a Location object from a Node using the given artifacts as well as its sarifRegion.