codeql/csharp-all
3.1.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if (pred,succ) is an edge in the graph of data flow path explanations.
(pred,succ)
import semmle.code.csharp.security.dataflow.XSSQuery
predicate edges(XssNode pred, XssNode succ, string key, string val)