# Functions
Binary detects presence of vulnerable symbols in exe.
CallStacks returns representative call stacks for each vulnerability in res.
FetchVulnerabilities fetches vulnerabilities that affect the supplied modules.
No description provided by the author
Source detects vulnerabilities in packages.
# Structs
A CallSite describes a function call.
A FuncNode describes a function in the call graph.
ModVulns groups vulnerabilities per module.
PackageGraph holds a complete module and package graph.
Result contains information on how known vulnerabilities are reachable in the call graph, package imports graph, and module requires graph of the user code.
StackEntry is an element of a call stack.
Vuln provides information on how a vulnerability is affecting user code by connecting it to the Result.{Calls,Imports,Requires} graphs.
# Type aliases
CallStack is a call stack starting with a client function or method and ending with a call to a vulnerable symbol.