2727 " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl3.qll" ,
2828 " python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll" ,
2929 " ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll" ,
30- " ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll"
30+ " ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll" ,
31+ " ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForLibraries.qll"
3132 ],
3233 "DataFlow Java/C++/C#/Python Common" : [
3334 " java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll" ,
5455 " python/ql/lib/semmle/python/dataflow/new/internal/tainttracking2/TaintTrackingImpl.qll" ,
5556 " python/ql/lib/semmle/python/dataflow/new/internal/tainttracking3/TaintTrackingImpl.qll" ,
5657 " python/ql/lib/semmle/python/dataflow/new/internal/tainttracking4/TaintTrackingImpl.qll" ,
57- " ruby/ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll"
58+ " ruby/ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll" ,
59+ " ruby/ql/lib/codeql/ruby/dataflow/internal/tainttrackingforlibraries/TaintTrackingImpl.qll"
5860 ],
5961 "DataFlow Java/C++/C#/Python Consistency checks" : [
6062 " java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplConsistency.qll" ,
7375 " java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/SsaReadPositionCommon.qll" ,
7476 " csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis/SsaReadPositionCommon.qll"
7577 ],
78+ "Model as Data Generation Java/C# - CaptureModels" : [
79+ " java/ql/src/utils/model-generator/internal/CaptureModels.qll" ,
80+ " csharp/ql/src/utils/model-generator/internal/CaptureModels.qll"
81+ ],
7682 "Sign Java/C#" : [
7783 " java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/Sign.qll" ,
7884 " csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis/Sign.qll"
472478 " python/ql/lib/semmle/python/security/performance/ReDoSUtil.qll" ,
473479 " ruby/ql/lib/codeql/ruby/security/performance/ReDoSUtil.qll"
474480 ],
475- "ReDoS Exponential Python/JS" : [
481+ "ReDoS Exponential Python/JS/Ruby " : [
476482 " javascript/ql/lib/semmle/javascript/security/performance/ExponentialBackTracking.qll" ,
477- " python/ql/lib/semmle/python/security/performance/ExponentialBackTracking.qll"
483+ " python/ql/lib/semmle/python/security/performance/ExponentialBackTracking.qll" ,
484+ " ruby/ql/lib/codeql/ruby/security/performance/ExponentialBackTracking.qll"
478485 ],
479- "ReDoS Polynomial Python/JS" : [
486+ "ReDoS Polynomial Python/JS/Ruby " : [
480487 " javascript/ql/lib/semmle/javascript/security/performance/SuperlinearBackTracking.qll" ,
481488 " python/ql/lib/semmle/python/security/performance/SuperlinearBackTracking.qll" ,
482489 " ruby/ql/lib/codeql/ruby/security/performance/SuperlinearBackTracking.qll"
507514 " java/ql/lib/semmle/code/java/dataflow/internal/AccessPathSyntax.qll" ,
508515 " javascript/ql/lib/semmle/javascript/frameworks/data/internal/AccessPathSyntax.qll" ,
509516 " ruby/ql/lib/codeql/ruby/dataflow/internal/AccessPathSyntax.qll"
517+ ],
518+ "IncompleteUrlSubstringSanitization" : [
519+ " javascript/ql/src/Security/CWE-020/IncompleteUrlSubstringSanitization.qll" ,
520+ " ruby/ql/src/queries/security/cwe-020/IncompleteUrlSubstringSanitization.qll"
521+ ],
522+ "Concepts Python/Ruby/JS" : [
523+ " python/ql/lib/semmle/python/internal/ConceptsShared.qll" ,
524+ " ruby/ql/lib/codeql/ruby/internal/ConceptsShared.qll" ,
525+ " javascript/ql/lib/semmle/javascript/internal/ConceptsShared.qll"
526+ ],
527+ "Hostname Regexp queries" : [
528+ " javascript/ql/src/Security/CWE-020/HostnameRegexpShared.qll" ,
529+ " python/ql/src/Security/CWE-020/HostnameRegexpShared.qll" ,
530+ " ruby/ql/src/queries/security/cwe-020/HostnameRegexpShared.qll"
531+ ],
532+ "ApiGraphModels" : [
533+ " javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModels.qll" ,
534+ " ruby/ql/lib/codeql/ruby/frameworks/data/internal/ApiGraphModels.qll"
535+ ],
536+ "TaintedFormatStringQuery Ruby/JS" : [
537+ " javascript/ql/lib/semmle/javascript/security/dataflow/TaintedFormatStringQuery.qll" ,
538+ " ruby/ql/lib/codeql/ruby/security/TaintedFormatStringQuery.qll"
539+ ],
540+ "TaintedFormatStringCustomizations Ruby/JS" : [
541+ " javascript/ql/lib/semmle/javascript/security/dataflow/TaintedFormatStringCustomizations.qll" ,
542+ " ruby/ql/lib/codeql/ruby/security/TaintedFormatStringCustomizations.qll"
543+ ],
544+ "HttpToFileAccessQuery JS/Ruby" : [
545+ " javascript/ql/lib/semmle/javascript/security/dataflow/HttpToFileAccessQuery.qll" ,
546+ " ruby/ql/lib/codeql/ruby/security/HttpToFileAccessQuery.qll"
547+ ],
548+ "HttpToFileAccessCustomizations JS/Ruby" : [
549+ " javascript/ql/lib/semmle/javascript/security/dataflow/HttpToFileAccessCustomizations.qll" ,
550+ " ruby/ql/lib/codeql/ruby/security/HttpToFileAccessCustomizations.qll"
510551 ]
511- }
552+ }
0 commit comments