mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
Initial data-flow files
This commit is contained in:
7
ql/src/codeql_ruby/DataFlow.qll
Normal file
7
ql/src/codeql_ruby/DataFlow.qll
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Provides classes for performing local (intra-procedural) and
|
||||
* global (inter-procedural) data flow analyses.
|
||||
*/
|
||||
module DataFlow {
|
||||
import codeql_ruby.dataflow.internal.DataFlowImpl
|
||||
}
|
||||
Reference in New Issue
Block a user