File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/language/ql-training-rst/slide-snippets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Data flow analysis
22==================
33
44- Models flow of data through the program.
5- - Implemented in the module ``semmle.code.<language >.dataflow.DataFlow ``.
5+ - Implemented in the module ``semmle.code.<lang >.dataflow.DataFlow ``.
66- Class ``DataFlow::Node `` represents program elements that have a value, such as expressions and function parameters.
77
88 - Nodes of the data flow graph.
@@ -157,4 +157,4 @@ Taint tracking
157157
158158 - `Java taint-tracking library <https://help.semmle.com/qldoc/java/semmle/code/java/dataflow/TaintTracking.qll/module.TaintTracking.html >`__
159159 - `C/C++ taint-tracking library <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/dataflow/TaintTracking.qll/module.TaintTracking.html >`__
160- - `C# taint-tracking library <https://help.semmle.com/qldoc/csharp/semmle/code/csharp/dataflow/TaintTracking.qll/module.TaintTracking.html >`__
160+ - `C# taint-tracking library <https://help.semmle.com/qldoc/csharp/semmle/code/csharp/dataflow/TaintTracking.qll/module.TaintTracking.html >`__
You can’t perform that action at this time.
0 commit comments