Skip to content

Commit e29676a

Browse files
committed
Swift: Add 'TaintTracking.qll'.
1 parent 1737d08 commit e29676a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)