File tree Expand file tree Collapse file tree
cpp/ql/lib/semmle/code/cpp/dataflow/old Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818import semmle.code.cpp.dataflow.old.DataFlow
1919import semmle.code.cpp.dataflow.old.DataFlow2
2020
21+ /**
22+ * Provides classes for performing local (intra-procedural) and
23+ * global (inter-procedural) taint-tracking analyses.
24+ */
2125module TaintTracking {
2226 import semmle.code.cpp.dataflow.old.internal.tainttracking1.TaintTrackingImpl
2327}
Original file line number Diff line number Diff line change 1010 *
1111 * See `semmle.code.cpp.dataflow.old.TaintTracking` for the full documentation.
1212 */
13+
14+ /**
15+ * Provides classes for performing local (intra-procedural) and
16+ * global (inter-procedural) taint-tracking analyses.
17+ */
1318module TaintTracking2 {
1419 import semmle.code.cpp.dataflow.old.internal.tainttracking2.TaintTrackingImpl
1520}
You can’t perform that action at this time.
0 commit comments