CodeQL library for C#
codeql/csharp-all 0.8.12 (changelog, source)
Search

Module PathGraph

Provides the query predicates needed to include a graph in a path-problem query.

Import path

import semmle.code.csharp.security.dataflow.XSSQuery

Predicates

edges

Holds if (pred,succ) is an edge in the graph of data flow path explanations.

nodes

Holds if n is a node in the graph of data flow path explanations.

subpaths

Holds if (arg, par, ret, out) forms a subpath-tuple, that is, flow through a subpath between par and ret with the connecting edges arg -> par and ret -> out is summarized as the edge arg -> out.