Skip to content

Commit eb5f26c

Browse files
committed
duplicate DataFlow implementation
1 parent a2084f8 commit eb5f26c

3 files changed

Lines changed: 4565 additions & 0 deletions

File tree

ql/lib/codeql/ruby/DataFlow2.qll

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) data flow analyses.
4+
*/
5+
module DataFlow2 {
6+
import codeql.ruby.dataflow.internal.DataFlowImpl2
7+
}

0 commit comments

Comments
 (0)