mirror of
https://github.com/github/codeql.git
synced 2026-04-08 16:44:04 +02:00
40 lines
1.8 KiB
JSON
40 lines
1.8 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"
|
|
],
|
|
"DataFlow Consistency": [
|
|
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplConsistency.qll",
|
|
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImplConsistency.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"
|
|
]
|
|
}
|