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.
1 parent 1737d08 commit e29676aCopy full SHA for e29676a
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