mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
19 lines
704 B
JSON
19 lines
704 B
JSON
{
|
|
"SSA": [
|
|
"codeql/csharp/ql/src/semmle/code/csharp/dataflow/internal/SsaImplCommon.qll",
|
|
"ql/src/codeql_ruby/dataflow/internal/SsaImplCommon.qll"
|
|
],
|
|
"DataFlow Common": [
|
|
"codeql/csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll",
|
|
"ql/src/codeql_ruby/dataflow/internal/DataFlowImplCommon.qll"
|
|
],
|
|
"DataFlow": [
|
|
"codeql/csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll",
|
|
"ql/src/codeql_ruby/dataflow/internal/DataFlowImpl.qll"
|
|
],
|
|
"TypeTracker": [
|
|
"codeql/python/ql/src/experimental/typetracking/TypeTracker.qll",
|
|
"ql/src/codeql_ruby/typetracking/TypeTracker.qll"
|
|
]
|
|
}
|