mirror of
https://github.com/github/codeql.git
synced 2026-02-24 02:43:40 +01:00
48 lines
2.1 KiB
JSON
48 lines
2.1 KiB
JSON
{
|
|
"SSA": [
|
|
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImplCommon.qll",
|
|
"ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll"
|
|
],
|
|
"DataFlow Common": [
|
|
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll",
|
|
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImplCommon.qll"
|
|
],
|
|
"DataFlow": [
|
|
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll",
|
|
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll",
|
|
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll"
|
|
],
|
|
"DataFlow Consistency": [
|
|
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplConsistency.qll",
|
|
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImplConsistency.qll"
|
|
],
|
|
"DataFlow Summaries": [
|
|
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImpl.qll",
|
|
"ql/lib/codeql/ruby/dataflow/internal/FlowSummaryImpl.qll"
|
|
],
|
|
"TaintTracking": [
|
|
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll",
|
|
"ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll"
|
|
],
|
|
"TypeTracker": [
|
|
"codeql/python/ql/lib/semmle/python/dataflow/new/internal/TypeTracker.qll",
|
|
"ql/lib/codeql/ruby/typetracking/TypeTracker.qll"
|
|
],
|
|
"Inline Test Expectations": [
|
|
"codeql/python/ql/test/TestUtilities/InlineExpectationsTest.qll",
|
|
"ql/test/TestUtilities/InlineExpectationsTest.qll"
|
|
],
|
|
"CFG": [
|
|
"codeql/csharp/ql/lib/semmle/code/csharp/controlflow/internal/ControlFlowGraphImplShared.qll",
|
|
"ql/lib/codeql/ruby/controlflow/internal/ControlFlowGraphImplShared.qll"
|
|
],
|
|
"ReDoS Polynomial Ruby/Python/JS": [
|
|
"codeql/javascript/ql/lib/semmle/javascript/security/performance/SuperlinearBackTracking.qll",
|
|
"codeql/python/ql/lib/semmle/python/security/performance/SuperlinearBackTracking.qll",
|
|
"ql/lib/codeql/ruby/regexp/SuperlinearBackTracking.qll"
|
|
],
|
|
"CodeQL Tutorial": [
|
|
"codeql/cpp/ql/lib/tutorial.qll",
|
|
"ql/lib/tutorial.qll"
|
|
]
|
|
} |