2424 " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl.qll" ,
2525 " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl2.qll" ,
2626 " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl3.qll" ,
27- " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll"
27+ " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll" ,
28+ " ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll"
2829 ],
2930 "DataFlow Java/C++/C#/Python Common" : [
3031 " java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll" ,
3132 " cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplCommon.qll" ,
3233 " cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImplCommon.qll" ,
3334 " csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll" ,
34- " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplCommon.qll"
35+ " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplCommon.qll" ,
36+ " ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplCommon.qll"
3537 ],
3638 "TaintTracking::Configuration Java/C++/C#/Python" : [
3739 " cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll" ,
4951 " python/ql/lib/semmle/python/dataflow/new/internal/tainttracking1/TaintTrackingImpl.qll" ,
5052 " python/ql/lib/semmle/python/dataflow/new/internal/tainttracking2/TaintTrackingImpl.qll" ,
5153 " python/ql/lib/semmle/python/dataflow/new/internal/tainttracking3/TaintTrackingImpl.qll" ,
52- " python/ql/lib/semmle/python/dataflow/new/internal/tainttracking4/TaintTrackingImpl.qll"
54+ " python/ql/lib/semmle/python/dataflow/new/internal/tainttracking4/TaintTrackingImpl.qll" ,
55+ " ruby/ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll"
5356 ],
5457 "DataFlow Java/C++/C#/Python Consistency checks" : [
5558 " java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplConsistency.qll" ,
5659 " cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplConsistency.qll" ,
5760 " cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImplConsistency.qll" ,
5861 " csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplConsistency.qll" ,
59- " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplConsistency.qll"
62+ " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplConsistency.qll" ,
63+ " ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplConsistency.qll"
6064 ],
6165 "DataFlow Java/C# Flow Summaries" : [
6266 " java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll" ,
63- " csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImpl.qll"
67+ " csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImpl.qll" ,
68+ " ruby/ql/lib/codeql/ruby/dataflow/internal/FlowSummaryImpl.qll"
6469 ],
6570 "SsaReadPosition Java/C#" : [
6671 " java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SsaReadPositionCommon.qll" ,
368373 "Inline Test Expectations" : [
369374 " cpp/ql/test/TestUtilities/InlineExpectationsTest.qll" ,
370375 " java/ql/test/TestUtilities/InlineExpectationsTest.qll" ,
371- " python/ql/test/TestUtilities/InlineExpectationsTest.qll"
376+ " python/ql/test/TestUtilities/InlineExpectationsTest.qll" ,
377+ " ruby/ql/test/TestUtilities/InlineExpectationsTest.qll"
372378 ],
373379 "C++ ExternalAPIs" : [
374380 " cpp/ql/src/Security/CWE/CWE-020/ExternalAPIs.qll" ,
440446 " csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImplCommon.qll" ,
441447 " csharp/ql/lib/semmle/code/csharp/controlflow/internal/pressa/SsaImplCommon.qll" ,
442448 " csharp/ql/lib/semmle/code/csharp/dataflow/internal/basessa/SsaImplCommon.qll" ,
443- " csharp/ql/lib/semmle/code/cil/internal/SsaImplCommon.qll"
449+ " csharp/ql/lib/semmle/code/cil/internal/SsaImplCommon.qll" ,
450+ " ruby/ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll"
444451 ],
445452 "CryptoAlgorithms Python/JS" : [
446453 " javascript/ql/lib/semmle/javascript/security/CryptoAlgorithms.qll" ,
460467 ],
461468 "ReDoS Polynomial Python/JS" : [
462469 " javascript/ql/lib/semmle/javascript/security/performance/SuperlinearBackTracking.qll" ,
463- " python/ql/lib/semmle/python/security/performance/SuperlinearBackTracking.qll"
470+ " python/ql/lib/semmle/python/security/performance/SuperlinearBackTracking.qll" ,
471+ " ruby/ql/lib/codeql/ruby/regexp/SuperlinearBackTracking.qll"
472+ ],
473+ "CFG" : [
474+ " csharp/ql/lib/semmle/code/csharp/controlflow/internal/ControlFlowGraphImplShared.qll" ,
475+ " ruby/ql/lib/codeql/ruby/controlflow/internal/ControlFlowGraphImplShared.qll"
476+ ],
477+ "TypeTracker" : [
478+ " python/ql/lib/semmle/python/dataflow/new/internal/TypeTracker.qll" ,
479+ " ruby/ql/lib/codeql/ruby/typetracking/TypeTracker.qll"
464480 ]
465- }
481+ }
0 commit comments