mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
duplicate DataFlow implementation
This commit is contained in:
7
ql/lib/codeql/ruby/DataFlow2.qll
Normal file
7
ql/lib/codeql/ruby/DataFlow2.qll
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Provides classes for performing local (intra-procedural) and
|
||||
* global (inter-procedural) data flow analyses.
|
||||
*/
|
||||
module DataFlow2 {
|
||||
import codeql.ruby.dataflow.internal.DataFlowImpl2
|
||||
}
|
||||
4554
ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll
Normal file
4554
ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user