We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b906c1a + e29676a commit 34de400Copy full SHA for 34de400
swift/ql/lib/codeql/swift/dataflow/TaintTracking.qll
@@ -0,0 +1,7 @@
1
+/**
2
+ * Provides classes for performing local (intra-procedural) and
3
+ * global (inter-procedural) taint-tracking analyses.
4
+ */
5
+module TaintTracking {
6
+ import codeql.swift.dataflow.internal.tainttracking1.TaintTrackingImpl
7
+}
0 commit comments